1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/rfkill.md

25 lines
403 B
Markdown
Raw Normal View History

2018-10-31 01:15:22 +01:00
# rfkill
> Enable and disable wireless devices.
> More information: <https://manned.org/rfkill>.
2018-10-31 01:15:22 +01:00
- List devices:
`rfkill`
- Filter by columns:
`rfkill {{[-o|--output]}} {{ID,TYPE,DEVICE}}`
2018-10-31 01:15:22 +01:00
- 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]}}`