Linux su 命令的管理
一、su权限管理
非root账户能否su到root,通过/etc/pam.d/su管理
# Uncomment the following line to require a user to be in the "wheel" group. # auth required pam_wheel.so use_uid
取消注释之后,所有其他用户只有在wheel组的才能su到root
二、更改组的命令
usermod -g wheel username
-g 更改用户登陆时所在的组
-G 添加其他不是登陆首选的组
/etc/login.defs
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。