Answers for "-bash: sudo: command not found although user is sudoer"

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 "-bash: sudo: command not found although user is sudoer"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language