Forrest logo
back to context overview

nmcli

List of commands for nmcli:

  • nmcli:ai:0b23b This command will turn off the internet connection using network manager
    $ nmcli networking off
    try on your machine
    explain this command
  • nmcli:ai:51e9c How to write clean code for wifi password
    $ nmcli dev wifi connect SSID password PASSWORD
    try on your machine
    explain this command
  • nmcli:ai:69003 This command enables the network manager to turn on the internet connection
    $ nmcli networking on
    try on your machine
    explain this command
  • nmcli:ai:771c8 This command brings up the specified network connection in NetworkManager.
    $ nmcli c up ${connection_name}
    try on your machine
    explain this command
  • nmcli:ai:84635 Connect to the internet using NetworkManager command line tool
    $ nmcli con up id '${connection name}'
    try on your machine
    explain this command
  • nmcli:ai:bc0d6 How to turn off specified network interface with network manager?
    $ nmcli device disconnect ${interface-name}
    try on your machine
    explain this command
  • nmcli:tldr:7e6f5 nmcli: Display help for a subcommand.
    $ nmcli ${subcommand} --help
    try on your machine
    explain this command
  • nmcli:tldr:97720 nmcli: Run an `nmcli` subcommand.
    $ nmcli ${select} ${command_options}
    try on your machine
    explain this command
  • nmcli:tldr:99a57 nmcli: Display help.
    $ nmcli --help
    try on your machine
    explain this command
  • nmcli:tldr:f4f68 nmcli: Display the current version of NetworkManager.
    $ nmcli --version
    try on your machine
    explain this command
back to context overview