
Linux Security Police : Sudo
In Linux world we can restrict a user to run a specific command that need to be root privileges. Just use sudo and give sudo permission to user. But wait, that will give a super user privileges to the given user. They can do any Root user do, reboot, shutdown, rm -Rf /* . Oh my, so what can we do.
In sudo still we can permit a user to run a specific command as a root level user, without giving all the root access...