
rfkill
List of commands for rfkill:
-
rfkill:tldr:06b77 rfkill: Output in JSON format.$ rfkill -Jtry on your machineexplain this command
-
rfkill:tldr:12eff rfkill: Unblock devices by type (e.g. bluetooth, wlan).$ rfkill unblock ${wlan}try on your machineexplain this command
-
rfkill:tldr:3f2f4 rfkill: Block devices by type (e.g. bluetooth, wlan).$ rfkill block ${bluetooth}try on your machineexplain this command
-
rfkill:tldr:a9d6e rfkill: Filter by columns.$ rfkill -o ${ID,TYPE,DEVICE}try on your machineexplain this command