Answers for "linux always run sudo"

0

run command with sudo

Switch to Root User
This command switches your command prompt to the BASH shell as a root user:
sudo bash
Posted by: Guest on March-30-2021
0

run a command with sudo su

CMD="sudo su -c  "pm2 restart 0; pm2 restart 1;""
Posted by: Guest on April-22-2021

Browse Popular Code Answers by Language