LinuxCommandLibrary

nmcli-radio

Show radio switches status or enable and disable switches.

TLDR

Show status of Wi-Fi

$ nmcli radio wifi
copy


Turn Wi-Fi on or off
$ nmcli radio wifi [on|off]
copy


Show status of WWAN
$ nmcli radio wwan
copy


Turn WWAN on or off
$ nmcli radio wwan [on|off]
copy


Show status of both switches
$ nmcli radio all
copy


Turn both switches on or off
$ nmcli radio all [on|off]
copy

Copied to clipboard