file permission

本文详细介绍了Linux系统中文件权限的表示方法,包括10字符组成的权限字符串:第一个字符表示文件类型,随后三组各三个字符分别代表所有者、所属组和其他用户的读(r)、写(w)、执行(x)权限。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

It is used in Linux long directory listings. It consists of 10 characters. The first character shows the file type. Next 9 characters are permissions, consisting of three groups: owner, group, others. Each group consists of three symbols: rwx (in this order), if some permission is denied, then a dash "-" is used instead. Example:

-rwxr--r--
0123456789

    * Symbol in the position 0 ("-")is the type of the file. It is either "d" if the item is a directory, or "l" if it is a link, or "-" if the item is a regular file.
    * Symbols in positions 1 to 3 ("rwx") are permissions for the owner of the file.
    * Symbols in positions 4 to 6 ("r--") are permissions for the group.
    * Symbols in positions 7 to 9 ("r--") are permissions for others.

r     Read access is allowed
w     Write access is allowed
x     Execute access is allowed
-     Replaces "r", "w" or "x" if according access type is denied

转载于:https://www.cnblogs.com/greencolor/archive/2011/04/05/2006093.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值