mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
ad93051641
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
25 lines
400 B
Markdown
25 lines
400 B
Markdown
# 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:
|
|
|
|
`rfkill block {{bluetooth|wifi|gps|nfc|...}}`
|
|
|
|
- Unblock devices by type:
|
|
|
|
`rfkill unblock {{bluetooth|wifi|gps|nfc|...}}`
|
|
|
|
- Output in JSON format:
|
|
|
|
`rfkill {{[-J|--json]}}`
|