咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

CentOS6.5下如何限制su 权限

2016-02-24 17:00:37 16404次
 

1.新建用户:useradd  test1

                   passwd  test1

                   useradd   test2

                   passwd  test2

2.Vi /etc/pam.d/su,auth         required pam_wheel.so use_uid前的#去掉:如图

  

 

3.键入:usermod –g wheel  test1test1加入到wheel组中

  并执行:echo "SU_WHEEL_ONLY yes" >> /etc/login.defs

  

 

4.测试:由于test2没加入到wheel中,所以被限制了;如图:

 

 

首页
最新活动
个人中心