HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rfkill — Enable and disable wireless devices. More information: <https://manned.org/rfkill>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrfkilldevicesandclienablewirelessdisable
linux

Problem

How to use the rfkill command: Enable and disable wireless devices. More information: <https://manned.org/rfkill>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: linux/rfkill

Revisions (0)

No revisions yet.