I’ve recently finished “Sudo Mastery” by Michael W. Lucas.He’s a great and fun author that writes both technical guides and novels. Ibought his "$ git commit murder" some years agoand was sold. This post is basically a write-down of what I learned about sudo from hisbook. Why Use sudo? The most common reason to use sudo is to not hand out the root password toevery person that logs on to a server. The problem with handing everyone theroot password is that: They would be able to arbitra...