码迷,mamicode.com
首页 > 系统相关 > 详细

linux目录的权限

时间:2015-05-27 18:46:23      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:

Answer:

When applying permissions to directories on Linux, the permission bits have different meanings than on regular files.

  • The write bit allows the affected user to create, rename, or delete files within the directory, and modify the directory’s attributes
  • The read bit allows the affected user to list the files within the directory
  • The execute bit allows the affected user to enter the directory, and access files and directories inside
  • The sticky bit states that files and directories within that directory may only be deleted or renamed by their owner (or root)

linux目录的权限

标签:

原文地址:http://www.cnblogs.com/itech/p/4533980.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!