Answers for "run command not as sudo"

1

sudo command not found

su -
apt install sudo
usermod -aG sudo <username>
exit
Posted by: Guest on March-28-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language