nmcli-general
manages general NetworkManager settings and provides status information about
TLDR
Show the general status of NetworkManager
SYNOPSIS
nmcli general [command] [arguments]
DESCRIPTION
nmcli general manages general NetworkManager settings and provides status information about the network management subsystem. It shows whether networking is enabled, the current connectivity state, and overall system network status.
The hostname subcommand provides a NetworkManager-aware way to set the system hostname, which is then propagated to other hostname services and persisted across reboots.
The logging subcommand controls NetworkManager's debug output, useful for troubleshooting connection issues. Domains include WIFI, ETHERNET, VPN, DHCP, and others.
PARAMETERS
status
Show overall NetworkManager status (default if no subcommand)hostname
Show or set the system hostnamepermissions
Display current user's NetworkManager permissionslogging
Show or set logging verbosity and domainsreload
Reload NetworkManager configuration
CAVEATS
Setting hostname or logging levels requires root privileges. Logging changes affect the running daemon immediately but don't persist across restarts unless configured in NetworkManager.conf. High debug levels can generate substantial log output.
SEE ALSO
nmcli(1), nmcli-networking(1), NetworkManager.conf(5), hostnamectl(1)
