commands.sh

rfkill

linux

Enable and disable wireless devices.

More info →

Options (2)

-o, --outputboolean

Filter by columns

Example: rfkill {{[-o|--output]}} {{ID,TYPE,DEVICE,...}}
-J, --jsonboolean

Output in JSON format

Example: rfkill {{[-J|--json]}}

Examples (5)

List devices

Filter by columns

rfkill [-o|--output] ID,TYPE,DEVICE,...

Block devices by type

rfkill block bluetooth|wifi|gps|nfc|...

Unblock devices by type

rfkill unblock bluetooth|wifi|gps|nfc|...

Output in JSON format

rfkill [-J|--json]
made by @shridhargupta | data from tldr-pages