tldr/pages/linux/nmcli-radio.md

30 lines
541 B
Markdown
Raw Normal View History

# nmcli radio
2023-08-02 06:26:52 +01:00
> Show the status of radio switches or enable/disable them using NetworkManager.
> This subcommand can also be called with `nmcli r`.
> More information: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
2023-08-02 06:26:52 +01:00
- Show status of Wi-Fi:
`nmcli radio wifi`
2023-08-02 06:26:52 +01:00
- Turn Wi-Fi on or off:
`nmcli radio wifi {{on|off}}`
2023-08-02 06:26:52 +01:00
- Show status of WWAN:
`nmcli radio wwan`
2023-08-02 06:26:52 +01:00
- Turn WWAN on or off:
`nmcli radio wwan {{on|off}}`
2023-08-02 06:26:52 +01:00
- Show status of both switches:
`nmcli radio all`
2023-08-02 06:26:52 +01:00
- Turn both switches on or off:
`nmcli radio all {{on|off}}`