Skip to content

Instantly share code, notes, and snippets.

@Raefael
Created July 30, 2013 09:40
Show Gist options
  • Save Raefael/6111626 to your computer and use it in GitHub Desktop.
Save Raefael/6111626 to your computer and use it in GitHub Desktop.
If you cant delete files
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