设为首页 加入收藏

TOP

Linux文件许可值知识
2014-11-23 23:38:24 来源: 作者: 【 】 浏览:7
Tags:Linux 文件 许可 知识

SET-GID和SET-UID是使应用的执行者拥有与应用拥有者一样的组和用户ID,比如ping应用,其owner是root,因为ping要使用保留端口,普通用户是不能使用的。为了大家都能使用ping,则设置ping的set-uid位,使执行ping的用户在ping这个应用内部都拥有root的权限。


UMASK是创建文件时的文件模式掩码。


粘滞位只对目录起作用,主要用在/tmp下,防止不同用户互相干扰。见下:


If a directory is writable and has S_ISVTX (the sticky bit)
set, files within that directory can be removed or renamed
only if one or more of the following is true (see unlink(2)
and rename(2)):


o the user owns the file


o the user owns the directory


o the file is writable by the user


o the user is a privileged user


】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇不用重启就能为Linux Kernel打上.. 下一篇开始学习Linux编程之旅

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: