
如您所见,有一个名为 Permissions 的列

drwxrw—x means:
File type: d (Directory),
Owner permission : rwx (Read/Write/Execute),
Group permission : rwx (Read/Write/Execute),
World permission : --x (Only Execute), cannot read the internal data of the directory, or write into it.
本文解释了Unix/Linux系统中文件权限的列格式,包括Directory类型和Owner、Group、World各自的rwx权限以及世界权限的--x含义。
4423

被折叠的 条评论
为什么被折叠?



