RFKILL(8) | System Administration | RFKILL(8) |
rfkill - tool for enabling and disabling wireless devices
rfkill [options] [command] [id|type ...]
rfkill lists, enabling and disabling wireless devices.
The command "list" output format is deprecated and maintained for backward compatibility only. The new output format is the default when no command is specified or when the option --output is used.
The default output is subject to change. So whenever possible, you should avoid using default outputs in your scripts. Always explicitly define expected columns by using the --output option together with a columns list in environments where a stable output is required.
rfkill --output ID,TYPE
rfkill block all
rfkill unblock wlan
rfkill block bluetooth uwb wimax wwan gps fm nfc
rfkill was originally written by Johannes Berg and Marcel Holtmann. The code has been later modified by Sami Kerola and Karel Zak for util-linux project.
This manual page was written by Darren Salt, for the Debian project (and may be used by others).
The rfkill command is part of the util-linux package and is available from Linux Kernel Archive.
2017-07-06 | util-linux |