PDA

View Full Version : [ubuntu] Empty trash form command line?



cristo-father
May 30th, 2008, 11:05 AM
How can i empty trash form command line?

Delever
May 30th, 2008, 11:11 AM
sudo rm -rf ~/.local/share/Trash/files/*

sisco311
May 30th, 2008, 11:12 AM
rm -fr ~/.Trash/*

Hardy Heron(8.04):

rm -fr ~/.local/share/Trash/files/*

dje
May 30th, 2008, 11:13 AM
You shouldn't need sudo permission

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

dje