System Grab Bag

View all TLDR pages from Linux (or from all pages)

rfkill

Enable and disable wireless devices. More information: https://manned.org/rfkill.
  • List devices:
    rfkill
  • Filter by columns:
    rfkill -o {{ID,TYPE,DEVICE}}
  • Block devices by type (e.g. bluetooth, wlan):
    rfkill block {{bluetooth}}
  • Unblock devices by type (e.g. bluetooth, wlan):
    rfkill unblock {{wlan}}
  • Output in JSON format:
    rfkill -J

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.