mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
24 lines
326 B
Markdown
24 lines
326 B
Markdown
![]() |
# 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`
|