I ran the following command in the terminal of a Mac Pro running Mac OSX 10.6.8.
rm -rd /Users/Shared/SomeFolder
This command resulted in
rm: /Users/Shared/SomeFolder: Permission denied
Without changing anything, I immediately ran that command again, and it worked. What caused this to happen?
