TLDR
Enter a command. For example: aptitude, amixer, dconf write.

nmcli radio

 
Show radio switches status or enable and disable switches. See also: nmcli agent. More information: https://networkmanager.dev/docs/api/latest/nmcli.html.
 
  • Show status of Wi-Fi in NetworkManager:
     
    nmcli radio wifi
     
  • Turn Wi-Fi on or off in NetworkManager:
     
    nmcli radio wifi {{on|off}}
     
  • Show status of WWAN in NetworkManager:
     
    nmcli radio wwan
     
  • Turn WWAN on or off in NetworkManager:
     
    nmcli radio wwan {{on|off}}
     
  • Show status of both switches in NetworkManager:
     
    nmcli radio all
     
  • Turn both switches on or off in NetworkManager:
     
    nmcli radio all {{on|off}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.