文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>linux/centos虚拟主机用户权限安全

linux/centos虚拟主机用户权限安全

时间:2010-12-09  来源:秩名

 

  用户组设置

  chmod o-r /etc/passwd //让其他用户得不到passwd里的信息

  chmod o-r /etc/group //让其他用户得不到group里的信息

  chgrp apache /etc/passwd /etc/group //把passwd与group改为apache组

 

  权限设置

  cd /

  chmod o-r *

  cd /usr

  chmod o-r *

  cd /var

  chmod o-r *

  chmod go-r /etc/httpd/conf

  chmod go-rx /etc/rc.d/init.d

  chmod o-r /etc/rc.d/init.d/* //去掉几个目录的列权限

  chmod go-rx /usr/bin/gcc

  chmod go-rx /usr/bin/g++

  chmod go-rx /usr/include //去掉glibc的其他用户的权限
 

 

标签分类: linux

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载