Monday, August 3, 2015

Make user who can switch to root as an administration user in 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_uid

No comments:

Post a Comment