1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 06:55:40 +02:00
tldr/pages/linux/nmcli-radio.md
2025-07-19 22:37:29 +00:00

28 lines
606 B
Markdown

# nmcli radio
> Show the status of radio switches or enable/disable them using NetworkManager.
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
- Show status of Wi-Fi:
`nmcli {{[r|radio]}} {{[w|wifi]}}`
- Turn Wi-Fi on or off:
`nmcli {{[r|radio]}} {{[w|wifi]}} {{on|off}}`
- Show status of WWAN:
`nmcli {{[r|radio]}} {{[ww|wwan]}}`
- Turn WWAN on or off:
`nmcli {{[r|radio]}} {{[ww|wwan]}} {{on|off}}`
- Show status of both switches:
`nmcli {{[r|radio]}}`
- Turn both switches on or off:
`nmcli {{[r|radio]}} {{[a|all]}} {{on|off}}`