from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209612

userrating:


May 25th. 2007:
Words

486

Views

258612

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149912

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





RFKILL

Section: System Administration (8)
Updated: 202-1-15
Index Return to Main Contents
 

NAME

rfkill - tool for enabling and disabling wireless devices  

SYNOPSIS

rfkill [options] [command] [ID|type ...]  

DESCRIPTION

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.  

OPTIONS

-J, --json

Use JSON output format.

-n, --noheadings

Do not print a header line.

-o, --output

Specify which output columns to print. Use --help to get a list of available columns.

--output-all

Output all available columns.

-r, --raw

Use the raw output format.

-h, --help

Display help text and exit.

-V, --version

Display version and exit.
 

COMMANDS

help

Display help text and exit.

event

Listen for rfkill events and display them on stdout.

list [id|type ...]

List the current state of all available devices. The command output format is deprecated, see the DESCRIPTION section. It is a good idea to check with list command id or type scope is appropriate before setting block or unblock. Special all type string will match everything. Use of multiple ID or type arguments is supported. Possible types are all, {wlan | wifi}, bluetooth, {uwb | ultrawideband}, wimax, wwan, gps, fm, nfc.

block id|type [...]

Disable the corresponding device.

unblock id|type [...]

Enable the corresponding device. If the device is hard-blocked, for example via a hardware switch, it will remain unavailable though it is now soft-unblocked.

toggle id|type [...]

Enable or disable the corresponding device.
 

EXAMPLE

  rfkill --output ID,TYPE
  rfkill block all
  rfkill unblock wlan
  rfkill block bluetooth uwb wimax wwan gps fm nfc
 

AUTHORS

rfkill was originally written by and The code has been later modified by and for the util-linux project.

This manual page was written by for the Debian project (and may be used by others).  

SEE ALSO

powertop(8), systemd-rfkill(8), https://docs.kernel.org/drive-api/rfkill.html <L>Linux kernel documentation  

REPORTING BUGS

For bug reports, use the https://github.com/uti-linux/uti-linux/issues <L>issue tracker  

AVAILABILITY

The rfkill command is part of the util-linux package which can be downloaded from https://www.kernel.org/pub/linux/utils/uti-linux/ <L>Linux Kernel Archive


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
COMMANDS
EXAMPLE
AUTHORS
SEE ALSO
REPORTING BUGS
AVAILABILITY





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 12.7 ms