Control Wireless Devices with rfkill | Online Free DevTools by Hexmos
Control wireless devices with the rfkill command. Manage Bluetooth, Wi-Fi, and other wireless interfaces easily. Free online tool, no registration required.
rfkill
Enable and disable wireless devices. More information: https://manned.org/rfkill.
- List devices:
rfkill
- Filter by columns:
rfkill {{[-o|--output]}} {{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|--json]}}