I installed sshfs a Linux box and then mounted my Mac home directory. In the middle of troubleshooting a configuration issue, I did an ls -l on the mount directory (as normal user), receiving:
total 0
d????????? ? ? ? ? ? sl
I then ran sudo rm -r on that directory but pressed Ctrl+C to terminate it immediately before it (looks) like the command did anything. I notice no files missing but I want to be sure - is there a way I can somehow inspect the filesystem log on my Mac to see if any files were actually removed?
rm -r, then chances are something got removed. – Celada Dec 20 '12 at 4:10rmcommand and all subdirectories beneath it. Ifrmstarted by deletinga/b/c/f, then onlya/b/cwould have been modified. – Scott Dec 20 '12 at 22:18