{"id":2662,"date":"2022-12-20T15:16:59","date_gmt":"2022-12-20T18:16:59","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/rfkill-man8\/"},"modified":"2022-12-20T15:16:59","modified_gmt":"2022-12-20T18:16:59","slug":"rfkill-man8","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/rfkill-man8\/","title":{"rendered":"RFKILL (man8)"},"content":{"rendered":"<h1 align=\"center\">RFKILL<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#SYNOPSIS\">SYNOPSIS<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#OPTIONS\">OPTIONS<\/a><br \/> <a href=\"#COMMANDS\">COMMANDS<\/a><br \/> <a href=\"#EXAMPLE\">EXAMPLE<\/a><br \/> <a href=\"#AUTHORS\">AUTHORS<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a><br \/> <a href=\"#AVAILABILITY\">AVAILABILITY<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">rfkill \u2212 tool for enabling and disabling wireless devices<\/p>\n<h2>SYNOPSIS <a name=\"SYNOPSIS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>rfkill<\/b> [<i>options<\/i>] [<i>command<\/i>] [<i>id|type\u00a0<\/i>&#8230;]<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>rfkill<\/b> lists, enabling and disabling wireless devices.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The command &#8220;list&#8221; 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 <b>\u2212\u2212output<\/b> is used.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">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 <b>\u2212\u2212output<\/b> option together with a columns list in environments where a stable output is required.<\/p>\n<h2>OPTIONS <a name=\"OPTIONS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>\u2212J<\/b>, <b>\u2212\u2212json<\/b><\/p>\n<p style=\"margin-left:22%;\">Use JSON output format.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212n<\/b>, <b>\u2212\u2212noheadings<\/b><\/p>\n<p style=\"margin-left:22%;\">Do not print a header line.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212o<\/b>, <b>\u2212\u2212output<\/b><\/p>\n<p style=\"margin-left:22%;\">Specify which output columns to print. Use \u2212\u2212help to get a list of available columns.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212\u2212output\u2212all<\/b><\/p>\n<p style=\"margin-left:22%;\">Output all available columns.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212r<\/b>, <b>\u2212\u2212raw<\/b><\/p>\n<p style=\"margin-left:22%;\">Use the raw output format.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>\u2212\u2212help<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"41%\">\n<p>Display help text and exit.<\/p>\n<\/td>\n<td width=\"37%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>\u2212\u2212version<\/b><\/p>\n<p style=\"margin-left:22%;\">Display version information and exit.<\/p>\n<h2>COMMANDS <a name=\"COMMANDS\"><\/a> <\/h2>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p style=\"margin-top: 1em\"><b>help<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">Display help text and exit.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>event<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>Listen for rfkill events and display them on stdout.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>list<\/b> [<i>id<\/i>|<i>type<\/i> &#8230;]<\/p>\n<p style=\"margin-left:22%;\">List the current state of all available devices. The command output format is deprecated, see the section DESCRIPTION. It is a good idea to check with <b>list<\/b> command <i>id<\/i> or <i>type<\/i> scope is appropriate before setting <b>block<\/b> or <b>unblock<\/b>. Special <i>all<\/i> type string will match everything. Use of multiple <i>id<\/i> or <i>type<\/i> arguments is supported.<\/p>\n<p style=\"margin-left:11%;\"><b>block id<\/b>|<b>type<\/b> [&#8230;]<\/p>\n<p style=\"margin-left:22%;\">Disable the corresponding device.<\/p>\n<p style=\"margin-left:11%;\"><b>unblock id<\/b>|<b>type<\/b> [&#8230;]<\/p>\n<p style=\"margin-left:22%;\">Enable the corresponding device. If the device is hard\u2212blocked, for example via a hardware switch, it will remain unavailable though it is now soft\u2212unblocked.<\/p>\n<h2>EXAMPLE <a name=\"EXAMPLE\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">rfkill &#8211;output ID,TYPE <br \/> rfkill block all <br \/> rfkill unblock wlan <br \/> rfkill block bluetooth uwb wimax wwan gps fm nfc<\/p>\n<h2>AUTHORS <a name=\"AUTHORS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>rfkill<\/b> was originally written by <a href=\"mailto:johannes@sipsolutions.net\">Johannes Berg<\/a> and <a href=\"mailto:marcel@holtmann.org\">Marcel Holtmann<\/a>. The code has been later modified by <a href=\"mailto:kerolasa@iki.fi\">Sami Kerola<\/a> and <a href=\"mailto:kzak@redhat.com\">Karel Zak<\/a> for util-linux project.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">This manual page was written by <a href=\"mailto:linux@youmustbejoking.demon.co.uk\">Darren Salt<\/a>, for the Debian project (and may be used by others).<\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>powertop<\/b>(8), <b>systemd-rfkill<\/b>(8), <a href=\"https:\/\/git.kernel.org\/pub\/scm\/linux\/kernel\/git\/torvalds\/linux.git\/tree\/Documentation\/driver-api\/rfkill.rst\">Linux kernel documentation<\/a><\/p>\n<h2>AVAILABILITY <a name=\"AVAILABILITY\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The rfkill command is part of the util\u2212linux package and is available from <a href=\"https:\/\/www.kernel.org\/pub\/linux\/utils\/util-linux\/\">Linux Kernel Archive<\/a>.<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  rfkill \u2212 tool for enabling and disabling wireless devices <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[5,52,4,9],"class_list":["post-2662","post","type-post","status-publish","format-standard","hentry","category-8-administracion-del-sistema","tag-5","tag-administracion","tag-man8","tag-rfkill"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/2662","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=2662"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/2662\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=2662"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=2662"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=2662"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}