mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-18 12:15:24 +02:00
gdm: add page (#17066)
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>
This commit is contained in:
parent
7af8ef1b18
commit
585ee8c457
1 changed files with 29 additions and 0 deletions
29
pages/common/gdm.md
Normal file
29
pages/common/gdm.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue