|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!用户组设置
chmodo-r/etc/passwd//让其他用户得不到passwd里的信息
chmodo-r/etc/group//让其他用户得不到group里的信息
chgrpapache/etc/passwd/etc/group//把passwd与group改成apache组
权限设置
cd/
chmodo-r*
cd/usr
chmodo-r*
cd/var
chmodo-r*
chmodgo-r/etc/httpd/conf
chmodgo-rx/etc/rc.d/init.d
chmodo-r/etc/rc.d/init.d/*//往失落几个目次的列权限
chmodgo-rx/usr/bin/gcc
chmodgo-rx/usr/bin/g++
chmodgo-rx/usr/include//往失落glibc的其他用户的权限
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们! |
|