Chinaunix首页 | 论坛 | 博客
  • 博客访问: 939289
  • 博文数量: 173
  • 博客积分: 3436
  • 博客等级: 中校
  • 技术积分: 1886
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-07 09:29
文章分类

全部博文(173)

文章存档

2016年(6)

2015年(10)

2014年(14)

2013年(8)

2012年(36)

2011年(63)

2010年(19)

2009年(17)

分类: BSD

2013-02-04 15:58:38

The file mode printed under the -l option consists of the entry type and
     the permissions.  The entry type character describes the type of file, as
     follows:

           -     Regular file.
           b     Block special file.
           c     Character special file.
           d     Directory.
           l     Symbolic link.
           p     FIFO.
           s     Socket.

           w     Whiteout.

  1b  bbb bbb bbb

-/b/c rwx rwx rwx 

文件类型/所属用户具有的读写权限/所属用户所在组具有的权限/其它用户的权限

user(用户),group(组)和other(其它)

阅读(1539) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~