turn on bluetooth ubuntu terminal code example
Example 1: turn on bluetooth ubuntu terminal
sudo service bluetooth restart
Example 2: turn on bluetooth terminal linux
rfkill unblock bluetooth
Example 3: how to turn off bluetooth in ubuntu 18.04 terminal
sudo rfkill block bluetooth : To stop bluetooh
sudo rfkill unblock bluetooth : To start bluetooh
Example 4: turn on bluetooth terminal linux
rfkill block bluetooth