1RFKILL(1) General Commands Manual RFKILL(1)
2
3
4
6 rfkill - tool for enabling and disabling wireless devices
7
9 rfkill [options] command
10
12 --version
13 Show the version of rfkill.
14
16 help Show rfkill's built-in help text.
17
18 event Listen for rfkill events and display them on stdout.
19
20 list List the current state of all available rfkill-using devices.
21
22 block index|type
23 Disable the device corresponding to the given index. type is
24 one of "all", "wifi", "bluetooth", "uwb", "wimax", "wwan" or
25 "gps".
26
27 unblock index|type
28 Enable the device corresponding to the given index. If the
29 device is hard-blocked, e.g. via a hardware switch, it will
30 remain unavailable though it is now soft-unblocked.
31
33 rfkill was originally written by Johannes Berg <johannes@sipsolu‐
34 tions.net> and Marcel Holtmann <marcel@holtmann.org>.
35
36 This manual page was written by Darren Salt <linux@youmustbejok‐
37 ing.demon.co.uk>, for the Debian project (and may be used by others).
38
39
40
41 July 10, 2009 RFKILL(1)