Forrest logo
back to context overview

nmcli-device

List of commands for nmcli-device:

  • nmcli-device:tldr:14d02 nmcli-device: Print the available Wi-Fi access points.
    $ nmcli device wifi
    try on your machine
    explain this command
  • nmcli-device:tldr:2bb17 nmcli-device: Print password and QR code for the current Wi-Fi network.
    $ nmcli device wifi show-password
    try on your machine
    explain this command
  • nmcli-device:tldr:2ef35 nmcli-device: Print the statuses of all network interfaces.
    $ nmcli device status
    try on your machine
    explain this command
  • nmcli-device:tldr:edd3e nmcli-device: Connect to the Wi-Fi network with a specified name and password.
    $ nmcli device wifi connect ${ssid} password ${password}
    try on your machine
    explain this command
back to context overview