1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:42:08 +02:00
tldr/pages/linux/nmcli-general.md
marchersimon 236c68f8a8
nmcli-general, nmcli-networking: add page (#8264)
* nmcli-general: add page

* nmcli-networking: add page
2022-07-30 22:23:57 +10:00

29 lines
760 B
Markdown

# nmcli general
> Manage general settings of NetworkManager.
> This subcommand can also be called with `nmcli g`.
> More information: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
- Show the general status of NetworkManager:
`nmcli general`
- Show the hostname of the current device:
`nmcli general hostname`
- Change the hostname of the current device:
`sudo nmcli general hostname {{new_hostname}}`
- Show the permissions of NetworkManager:
`nmcli general permissions`
- Show the current logging level and domains:
`nmcli general logging`
- Set the logging level and/or domains (see `man NetworkManager.conf` for all available domains):
`nmcli general logging level {{INFO|OFF|ERR|WARN|DEBUG|TRACE}} domain {{domain_1,domain_2,...}}`