各有长短,不过UNIX可不止你说的这些,呵呵

本帖于 2004-02-06 15:24:48 时间, 由普通用户 old-cotton 编辑
回答: 但是control 并不完善.潜水者。。2004-01-28 14:57:00

permissions:

...
      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. 

...

此外还有不同的 flags:


      arch  set the archived flag
      opaque set the opaque flag (owner or superuser only)
      nodump set the nodump flag (owner or superuser only)
      sappnd set the system append-only flag (superuser only)
      schg  set the system immutable flag (superuser only)
      uappnd set the user append-only flag (owner or superuser only)
      uchg  set the user immutable flag (owner or superuser only)

...


新发行的版本中还有 ACL 。。。 具体怎样还没了解。





--文学城www.wenxuecity.com--

所有跟帖: 

好像没有 DCL 吧 ? -tty- 给 tty 发送悄悄话 (0 bytes) () 01/28/2004 postreply 15:58:00

Most commercial UNIX have ACL. -cybersmile- 给 cybersmile 发送悄悄话 (80 bytes) () 01/28/2004 postreply 16:10:00

请您先登陆,再发跟帖!