Forrest logo
back to context overview

nmcli-general

List of commands for nmcli-general:

  • nmcli-general:tldr:056b1 nmcli-general: Show the permissions of NetworkManager.
    $ nmcli general permissions
    try on your machine
    explain this command
  • nmcli-general:tldr:05d4b nmcli-general: Set the logging level and/or domains (see `man NetworkManager.conf` for all available domains).
    $ nmcli general logging level ${select} domain ${domain_1,domain_2,---}
    try on your machine
    explain this command
  • nmcli-general:tldr:09bb1 nmcli-general: Show the general status of NetworkManager.
    $ nmcli general
    try on your machine
    explain this command
  • nmcli-general:tldr:40d1f nmcli-general: Show the hostname of the current device.
    $ nmcli general hostname
    try on your machine
    explain this command
  • nmcli-general:tldr:92d21 nmcli-general: Show the current logging level and domains.
    $ nmcli general logging
    try on your machine
    explain this command
  • nmcli-general:tldr:df182 nmcli-general: Change the hostname of the current device.
    $ sudo nmcli general hostname ${new_hostname}
    try on your machine
    explain this command
back to context overview