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”字串?
謝謝
答案1
ls -ld /DriveXT 將告訴您 /DriveXT 上的權限。您無法獲得較低權限的權限,對於 MMT,它們可能是“--x”,對於 LP2010,它們可能是“---”。如果您想了解較低目錄的權限,您必須是 root 或對這些目錄具有「r」權限的使用者。