I've seen so many questions about using sudo
without a password, but my question is, does sudo
need a password?
I've read on some sites that sudo
allow us to execute a command with privilege of root user without password. But whenever I try to execute chmod
with sudo
it requires a password, not of the root account but the password I use to log into Ubuntu.
Are passwords for root and system administrator different?
man sudo
andman sudo.conf
before asking? – Philippos Jul 31 '17 at 05:37