This is a question from a newbie trying to learn UNIX commands.
I was trying to test the rmdir command by removing a test directory located in my Downloads directory. I have read and write rights on Downloads.
I issued rmdir -p /Users/myself/Downloads/test
and got rmdir: /Users/myself/Downloads: Permission denied
, but the test directory was deleted.
So why do I have this message? Should I care?
I'm using OSX Lion 10.7.3.

