Post a Comment
To each his own. I used to find it annoying, being accustomed to just su into the root account, but these day sudo has just become second nature.
Then again, my machines are dektops/laptops...I agree that if I was on a server activating the root account would probably be mandatory.
Letting every admin in your organization share one root password is equally dangerous.
With sudo you can log succesful as well as unsuccsesful attempts, and you can have greater granularity of what each admin is allowed to do.
Just make sure that nobody is allowed to do things like sudo /bin/bash and sudo will be a very useful tool.
"In a server, Sudo can be a security problem waiting to happen."
I think you need to explain exactly how sudo can be a "security problem waiting to happen" and using the root account isn't.
Anyway, sudo can be used to prevent some common mistakes (mistakenly typing "rm -rf /", for example) that could have quite dire consequences.



