Answers for "sudo: command: command not found"

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 "sudo: command: command not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language