mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 04:45:55 +00:00
Update cheatsheets
This commit is contained in:
29
linux/rfkill
Normal file
29
linux/rfkill
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# rfkill
|
||||
|
||||
> Enable and disable wireless devices.
|
||||
> More information: <https://manned.org/rfkill>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user