Created
July 30, 2013 09:40
-
-
Save Raefael/6111626 to your computer and use it in GitHub Desktop.
If you cant delete files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EDIT: Also under Get Info be sure the file isn't locked. | |
If that's so launch Applications/Utilities/Terminal and at the prompt copy & paste this command… | |
mkdir ~/.Trash | |
If you get a message that the folder already exists, copy & paste these commands... | |
sudo chown $UID ~/.Trash | |
Press return Enter your admin password (it will be invisible) Press return | |
chmod u+rwx ~/.Trash | |
Press return. Log out and back in, or restart. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment