Sudo & SuΒΆ

g in to VM you created in the last exercise (as the user vagrant). Next, configure your machine such that your personal account can sudo without a password.

Hint: look up the command visudo.

Why is logging in as the root user a bad idea? How can an administrator assume the role of any user on the box? How can a regular user execute a single command as an administrator? How do you give your account sudo access without a password? When using su what does the - do?