mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-27 19:35:28 +02:00

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
630 B
630 B
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:
gdm
- Prevent
gdm
from being run as a daemon background process:
gdm --nodaemon
- Disable
gdm
management of local console X servers for headless or remote environments:
gdm --no-console
- Prevent sanitizing environment variables that start with
LD_
:
gdm --preserve-ld-vars
- Display help:
gdm --help
- Display version:
gdm --version