This is the command you first posted:I do recall stating in the very first post this:
I have full read and write permission for this file in my account so why can I not change it?
So I did not say the command did nothing.. I mentioned that Terminal came back with a message that I 'do not have permission' to change the files attribute with that particular command. I did not know I was missing half the command.
Code:
chmod +x
Or to be completely accurate, it gives a usage message on every version of OS X I've ever used it on, which is everything from 10.0 to 10.8.4, but not 10.7. You can try this command exactly as I've shown to see what happens.
If you had given the command the name of a file that doesn't exist, that would also not produce a message about permissions.
Since you own everything in your home folder and in your Desktop folder, I don't know what you actually entered to get an error message about permissions. I could guess, and my first guess would be an accidental "..", which you don't own (it's the /Users dir, which is owned by root). If you happen to know exactly what you entered, you can post it.