mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 18:45:24 +00:00
16 lines
497 B
Plaintext
16 lines
497 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gdmsetup
|
|
|
|
> Launch a GUI for configuring the GNOME Display Manager (GDM).
|
|
> Results in edited files in either `/etc/X11/gdm/gdm.conf` or `/etc/gdm/gdm.conf` depending on distribution and environment.
|
|
> See also: `gdm`, `gdm-binary`, `gdm-stop`, `gdm-restart`, `gdm-safe-restart`.
|
|
> More information: <https://manned.org/gdm>.
|
|
|
|
- Run the GNOME Display Manager GUI configuration application:
|
|
|
|
`gdmsetup`
|