Made with Gila CMS

How to delete trash from command line

Posted on December 30, 2019

Sometimes Ubuntu File Manager won't let you delete files from Trash folder for permissions reasons.

Then you can delete all files in trash from the terminal with the rm command:

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