sudo: command not found

On a Debian server, when running a command with sudo, I got the error sudo: command not found To fix this, you need to install “sudo” package. If you are logged in as non-root user, then you need to become root, for this, you can use the command su – Enter the root password when … Read more

sudo

Linux Run Command as another userusermodsudo: command not found To allow a user to run sudo commands without a password, run Find Add below This needs to be added after generic rules. Example