Home Email Me Subscribe to my Feed

force os x to empty trash

Posted on March 26, 2008
Filed Under apple | Leave a Comment

trash itsooner or later you will run into a point in time, where os x will not allow you to empty the trash. sometimes this is due to a locked file, incorrect permissions etc…

well you can use a nifty freeware apple script called trash it or you an open the terminal and use the following command.

sudo rm -rf ~/.Trash/*

make sure that the command above is typed exactly as shown or you may screw your drive up pretty bad [i.e. delete everything on your hard drive]. so use caution when using this command.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • StumbleUpon
  • Reddit
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • MySpace
  • Technorati
  • TwitThis
  • Slashdot

Comments

Leave a Reply