Empty Trash With Terminal

The other day, I had a customer come into the store who was having issues emptying her trash. We tried all the normal prompts, did PRAM resets, and nothing would work.

Using Terminal, there is a quick and easy way to empty the trash if you ever hit hangups while doing so. Just navigate to the Terminal app, open it up and enter the following:

sudo rm -rf ~/.Trash/*

Since this command uses sudo, you will be required to enter your password at this point. After that, you’ll see that your Trash can icon is satisfyingly empty — and you’ll have your hard drive space back.

As always, operate Terminal with care, as you can damage system folders if you enter the prompts incorrectly.

Similar Posts

  • Gotta Get Back In Time!

    First things first. Major props and an internet high five if you picked up on the nod to Huey Lewis/Back to the Future…

  • Mac Treat #88: Instantly Email a Webpage

    Emailing entire webpages (complete with graphics, formatting, links, etc.) is very easy in Safari. I often email entire webpages to myself to reference…

  • Reboot a Frozen iPhone

    This past weekend a friend of mine posted a frantic status on Facebook that his phone would not power on no matter what…

  • A Fresh Start

    Some issues on your Mac can be resolved by reinstalling the operating system. In the past, all Mac desktops and portables came with…

  • Privatize Your Personal Data

    It’s useful to know, as a Mountain Lion user, what private data specific applications are accessing, and how to set/reset that. This can…