diff --git a/pages/linux/rfkill.md b/pages/linux/rfkill.md new file mode 100644 index 0000000000..9ecdb7dbf7 --- /dev/null +++ b/pages/linux/rfkill.md @@ -0,0 +1,23 @@ +# rfkill + +> Enable and disable wireless devices. + +- List devices: + +`rfkill` + +- Filter by columns: + +`rfkill -o {{ID,TYPE,DEVICE}}` + +- Block devices by type (e.g. bluetooth, wlan): + +`rfkill block {{bluetooth}}` + +- Unblock devices by type (e.g. bluetooth, wlan): + +`rfkill unblock {{wlan}}` + +- Output in JSON format: + +`rfkill -J`