我在 Mac OS X 10.8.0 上遇到一個奇怪的問題。
使用ls
,我可以看到文件,但不能使用ls -la
:
me@machost$ ls
file.txt
與ls -la
:
me@machost$ ls -la
ls: file.txt: No such file or directory
total 64
drwxrwxr-x 2 _www mygroup 2048 Nov 2 08:23 .
drwxrwxr-x 5 _www mygroup 2048 Nov 2 09:01 ..
有人知道這裡發生了什麼事嗎?