-
Michael Potter 4.48
Description:
This presentation will begin with a quick demo for those of you who are unfamiliar with sudo. The complete syntax of the configuration file will be explained starting with the simplest rules to the most complex. Finishing with a discussion recipes to solve real world problems.
I started developing this presentation after getting frustrated trying to understand the sudo configuration file syntax. I added the real world problem while helping people on the sudo mailing list.
sudo is a security tool that comes pre-installed on many *NIX systems, including mac os x, and most distributions of Linux. sudo allows for fine grained control of privileges as an alternative to setuid programs & scripts, turning on read & write privileges on sensitive files, sharing passwords, and (gasp) giving out the root password.

Leave a Comment