What does sudo do? Most people have a basic understanding: it lets you temporarily run a command as root (or some other user, based on the options passed in). People will discuss sudo as nice from a security perspective relative to logging in as root, because you are scoping your usage of the root account to what really needs it. And with the default sudo setup you aren't handing out the root pass