mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
rfkill: add page (#2502)
This commit is contained in:
parent
f323e9fc9a
commit
201bf8428e
1 changed files with 23 additions and 0 deletions
23
pages/linux/rfkill.md
Normal file
23
pages/linux/rfkill.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue