snippetbashTip
gdm — The GNOME Display Manager (GDM) is a replacement for the X Display Manager (XDM). See also: `gdm-bin
Viewed 0 times
thegdmcommandgnomeclimanagerdisplay
Problem
How to use the
gdm command: The GNOME Display Manager (GDM) is a replacement for the X Display Manager (XDM). See also: gdm-binary, gdmsetup, gdm-stop, gdm-restart, gdm-safe-restart. More information: <https://manned.org/gdm>.Solution
gdm — The GNOME Display Manager (GDM) is a replacement for the X Display Manager (XDM). See also: gdm-binary, gdmsetup, gdm-stop, gdm-restart, gdm-safe-restart. More information: <https://manned.org/gdm>.Run the GNOME Display Manager application:
gdmPrevent
gdm from being run as a daemon background process:gdm --nodaemonDisable
gdm management of local console X servers for headless or remote environments:gdm --no-consolePrevent sanitizing environment variables that start with
$LD_:gdm --preserve-ld-varsDisplay help:
gdm --helpDisplay version:
gdm --versionCode Snippets
Run the GNOME Display Manager application
gdmPrevent `gdm` from being run as a daemon background process
gdm --nodaemonDisable `gdm` management of local console X servers for headless or remote environments
gdm --no-consolePrevent sanitizing environment variables that start with `$LD_`
gdm --preserve-ld-varsDisplay help
gdm --helpContext
tldr-pages: common/gdm
Revisions (0)
No revisions yet.