Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Console Foundations Users and Permissions Sudo

How can we setup sudo users?

First, great video! It would be nice if it shows how to setup who has sudo users. Is there a lesson on this?

1 Answer

Steven Parker
Steven Parker
229,744 Points

Configuration is done by editing a text file in a format called EBNF which sounds more complicated than it is. The configuration file is named "sudoers". It has it's own special editor called "visudo" which you would run, as you might expect, with the command: "sudo visudo".

I'm not aware of a lesson, but you can find information on configuration online, such as this documentation page. You can also get configuration information directly in the console by using the command: "man sudoers".