Answers for "how to turn bluetooth off by default ubuntu"

2

turn on bluetooth ubuntu terminal

sudo service bluetooth restart
Posted by: Guest on May-27-2021
0

how to turn off bluetooth in ubuntu 18.04 terminal

sudo rfkill block bluetooth : To stop bluetooh

sudo rfkill unblock bluetooth : To start bluetooh
Posted by: Guest on July-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language