免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 5018 | 回复: 6
打印 上一主题 下一主题

-r-xr-sr-x中的s是什么意思 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-06-26 17:40 |只看该作者 |倒序浏览
freebsd# ls -l
total 1870
-r-xr-xr-x  1 root  wheel    7352 Oct 16  2004 bonobo-activation-sysconf
-rwxr-xr-x  1 root  wheel  897420 Jun 20 10:15 cvsupd
-r-xr-xr-x  1 bin   bin     79080 May 20 15:34 editmap
-r-xr-xr-x  1 root  wheel   11016 May 27 08:55 httplog
-r-xr-xr-x  1 bin   bin     68539 May 20 15:34 mailstats
-r-xr-xr-x  1 bin   bin     83136 May 20 15:34 makemap
-r-xr-xr-x  1 root  wheel    4916 May 31 17:42 mkcomposecache
-r-xr-xr-x  1 bin   bin     80394 May 20 15:34 praliases
-r-xr-sr-x  1 root  smmsp  626482 May 20 15:34 sendmail
===================================================
-r-xr-sr-x中的s是什么意思

论坛徽章:
1
技术图书徽章
日期:2013-12-05 23:25:45
2 [报告]
发表于 2007-06-26 17:46 |只看该作者
setuid?

man ls

论坛徽章:
0
3 [报告]
发表于 2007-06-26 17:50 |只看该作者
man 1 chmod
...
     The perm (permission symbols) represent the portions of the mode bits as
     follows:

           r       Read bits.
           s       Set-user-ID and set-group-ID on execution bits.
           t       Sticky bit.
           w       Write bits.
           x       Execute/search bits.
           X       The execute/search bits if the file is a directory or any
                   of the execute/search bits are set in the original (unmodi-
                   fied) mode.  Operations with the perm symbol `X' are only
                   meaningful in conjunction with the op symbol `+', and are
                   ignored in all other cases.
           u       User permission bits in the mode of the original file.
           g       Group permission bits in the mode of the original file.
           o       Other permission bits in the mode of the original file.
...

论坛徽章:
0
4 [报告]
发表于 2007-06-26 17:51 |只看该作者
suid意味着如果某个用户对属于自己的s h e l l脚本设置了这种权限,那么其他用户在执行这
一脚本时也会具有其属主的相应权限.
看看好像是这个,呵呵我也不明白

论坛徽章:
0
5 [报告]
发表于 2007-06-26 17:52 |只看该作者
原帖由 HonestQiao 于 2007-6-26 17:46 发表
setuid?

man ls


此处应作 set-group-id

论坛徽章:
0
6 [报告]
发表于 2007-06-26 17:58 |只看该作者
这是不是FreeBSD独有的啊?那这个属性能不能通过chmod来修改呢。要是不能该用什么指令来修改?

论坛徽章:
0
7 [报告]
发表于 2007-06-26 18:01 |只看该作者
原帖由 timego 于 2007-6-26 17:58 发表
这是不是FreeBSD独有的啊?那这个属性能不能通过chmod来修改呢。要是不能该用什么指令来修改?


能,我回了一帖,引用的正是 chmod(1) 的内容
但并非 FreeBSD 独有的功能
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP