确定一组不可读的unix / linux目录

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”string?

谢谢

ls -ld / DriveXT会告诉你/ DriveXT的权限。 你不能获得较低的权限,他们可能是MMT的“ – x”,LP2010的“—”。 如果你想查找下层目录的权限,你必须是root用户,或者对这些目录有'r'权限的用户。