Wednesday, August 12, 2015

Make user who can switch to root as an administration user centos6.





 The users who will be in wheel group will be allowed to run all commands

Now we need to block normal users from accessing su

uncomment the following line in the file /etc/pam.d/su

auth            required        pam_wheel.so use_ui

No comments:

Post a Comment