Files
oam/knowledge base/rfkill.md
2023-02-18 15:58:49 +01:00

29 lines
466 B
Markdown

# rfkill
1. [TL;DR](#tldr)
2. [Sources](#sources)
## TL;DR
```sh
# List devices.
rfkill list
# Block a device.
rfkill block 'wifi'
rfkill block 'id'
# Unblock a device.
rfkill unblock 'bluetooth'
rfkill unblock 'id'
```
## Sources
- [How to disable your Raspberry Pi's Wi-Fi]
<!-- project's references -->
<!-- internal references -->
<!-- external references -->
[how to disable your raspberry pi's wi-fi]: https://pimylifeup.com/raspberry-pi-disable-wifi/