dcoles1@shovel:/ $ cd /DriveXT
dcoles1@shovel:/DriveXT $ ls
. unreadable
dcoles1@shovel:/DriveXT $ cd /DriveXT/MML/
dcoles1@shovel:/DriveXT/MML $ ls
. unreadable
dcoles1@shovel:/DriveXT/MML $ cd /DriveXT/MML/LP2010/
bash: cd: /DriveXT/MML/LP2010/: Permission denied
所以我知道这些文件夹存在......但是我如何确定这些文件夹的权限?它不会让我执行“ls -l”...我可以找出哪个组拥有“/DriveXT/MML/LP2010/”吗?我怎样才能得到“drwxr-x--x”字符串?
谢谢
ls -ld /DriveXT 会告诉你 /DriveXT 的权限。您无法获得较低权限的权限,对于 MMT,它们可能是“--x”,对于 LP2010,它们可能是“--”。如果您想找出较低目录的权限,您必须是 root,或者对这些目录具有“r”权限的用户。