nmcli Verified current stable Not installed?

Nmcli / Toggle Wifi Linux

Toggle Wifi Linux

Nmcli command syntax to toggle wifi linux. Copyable examples, output expectations, and common mistakes.

$
Terminal
nmcli r w <on|off>

Command Breakdown

What each part is doing

nmcli
Base Command
The executable that performs this operation. Here it runs Nmcli before the shell applies any redirect operators.
r
r|radio
The value supplied for r|radio.
w
w|wifi
The value supplied for w|wifi.
<on|off>
on|off
The value supplied for on|off.