TLDR
Enter a command. For example: aptitude, v4l2 ctl, vgdisplay.

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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.