mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 09:51:28 +08: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
gdmfrom being run as a daemon background process:
gdm --nodaemon
- Disable
gdmmanagement 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