rt3 发表于 2020-6-4 17:57:38

关于文件模式的问题谢谢



如图,我知道r,w,x 的意思,但T表示什么呢,谢谢

赚小钱 发表于 2020-6-4 17:57:39

rt3 发表于 2020-6-4 21:03
可是 如果 只是 “只有文件的所有者、目录的所有者或根用户才能重命名或删除该文件” 这样的话,其他 文 ...

文档中说
treats the files in such directories
是目录中文件的权限,而不是限定目录本身。

我用了四年 Linux,也是第一次见到这个。个人感觉,知道这么个事情就可以了,工作中,大概率用不上,我也不想研究和 x 相比,具体有多大区别。

有兴趣自己试一下吧。

满意就请给个最佳,谢谢。

赚小钱 发表于 2020-6-4 20:04:25

本帖最后由 赚小钱 于 2020-6-4 20:06 编辑

File_permissions_and_attributes
Sticky_bit

t        The sticky bit; it can only be found in the others triad; it also implies that x is set.
T        Same as t, but x is not set; rare on regular files, and useless on folders.

In computing, the sticky bit is a user ownership access right flag that can be assigned to files and directories on Unix-like systems.

When a directory's sticky bit is set, the filesystem treats the files in such directories in a special way so only the file's owner, the directory's owner, or root user can rename or delete the file.

rt3 发表于 2020-6-4 21:03:19

赚小钱 发表于 2020-6-4 20:04
File_permissions_and_attributes
Sticky_bit



可是 如果 只是 “只有文件的所有者、目录的所有者或根用户才能重命名或删除该文件” 这样的话,其他 文件模式不带t 和 T的文件 也这样啊?
页: [1]
查看完整版本: 关于文件模式的问题谢谢