Permissions
列出文件的所有標誌?
有沒有辦法查看文件的標誌,例如隱藏、schg 等?我有一個無法編輯的 rwxrwxrwx 文件,我認為標誌可能是負責任的。
我假設您正在談論 FreeBSD - 來自man ls:
-o Include the file flags in a long (-l) output.
所以
ls -lo
應該列出 FreeBSD 上的所有文件標誌。
在 OS X 10.8 上,
ls -lO
現在是(大寫的 O)。輸出man ls
:-O Include the file flags in a long (-l) output. -o List in long format, but omit the group id.