Answers for "run a app with sudo"

0

how to run sudo in windows

Simply specify the user and command to run as follows:
runas /user:Admin cmd
Posted by: Guest on October-15-2020
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