Empty Trash On Ubuntu

Jun 1st 2010

How to empty trash from SSH or terminal on Ubuntu Fiesty 8.04 and above

Just a quick note for anyone using Ubuntu 8.04 Use this in terminal instead.

sudo rm -rf ~/.local/share/Trash/files/*

Add in the ā€œvā€ if you want to see it in action

sudo rm -rfv ~/.local/share/Trash/files/*