免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: kuok2000
打印 上一主题 下一主题

求教权限位 [复制链接]

论坛徽章:
0
11 [报告]
发表于 2011-01-21 16:07 |只看该作者
回复 10# rain_fish


    O_CREAT
              If  the file does not exist it will be created.  The owner (user ID) of the file is set to the effective user ID
              of the process. The group ownership (group ID) is set either to the effective group ID of the process or to  the
              group  ID  of  the  parent directory (depending on filesystem type and mount options, and the mode of the parent
              directory, see, e.g., the mount options bsdgroups and  sysvgroups  of  the  ext2  filesystem,  as  described  in
              mount().



{:3_183:}

论坛徽章:
0
12 [报告]
发表于 2011-01-21 16:10 |只看该作者
man里面也没说啊。。

论坛徽章:
0
13 [报告]
发表于 2011-01-21 16:36 |只看该作者
效果就是这样子的,具体我也不清楚

论坛徽章:
0
14 [报告]
发表于 2011-01-23 14:41 |只看该作者
后面进接着有描述,O_CREAT 必须带有mode参数。

mode specifies the permissions to use in case a new file is created.  This argument must be supplied when O_CREAT is specified in flags;

论坛徽章:
0
15 [报告]
发表于 2011-01-23 19:44 |只看该作者
本帖最后由 JohnBull 于 2011-01-23 19:50 编辑

man 2 open
              mode specifies the permissions to use in case a new file is cre‐
              ated.  This argument must be supplied when O_CREAT is  specified
              in  flags;  if  O_CREAT  is not specified, then mode is ignored.
              The effective permissions are modified by the process's umask in
              the   usual  way:  The  permissions  of  the  created  file  are
              (mode & ~umask).  Note that this mode  only  applies  to  future
              accesses of the newly created file; the open() call that creates
              a read-only file may well return a read/write file descriptor.


这种帖子没被骂,说明网民的平均素质提高了...

论坛徽章:
0
16 [报告]
发表于 2011-01-23 20:28 |只看该作者
man 2 open


这种帖子没被骂,说明网民的平均素质提高了...
JohnBull 发表于 2011-01-23 19:44



    为什么会被骂呢?问题是在讨论过程中共同进步的。。。。

论坛徽章:
0
17 [报告]
发表于 2011-01-23 23:32 |只看该作者
为什么会被骂呢?问题是在讨论过程中共同进步的。。。。
rain_fish 发表于 2011-01-23 20:28


宁死不看手册者,无药可救也...不看手册就问问题的人,自己必须知道自己所要承担的舆论风险。

当然,我作为版主不愿意看到任何形式的骂战,发起人身攻击者肯定要予以惩罚!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP