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