I deleted several thousands of large files at once with total volume of 500Gb. They ended up in a trash bin (I thought I was using shift-delete, but apparently it was just moved to recycling bin. When I choose "empty recycling bin" it freezes.
i@my_comp:~/.local/share/Trash/files$ ls
i@my_comp:~/.local/share/Trash/files$
Hence, suggested rm -rf *
from inside ~/.local/share/Trash/files
Deleted files still appear in recycling bin.
This question IS NOT a duplicate because FILES REMAIN in trash AFTER
rm -rf ~/.local/share/Trash/*
rm -rf ~/.local/share/Trash/*
and what output forls -l ~/.local/share/Trash/
. Please edit your question and update with the output. – Raffa Aug 04 '19 at 23:09sudo rm -rf ~/.local/share/Trash/files/*
– chili555 Aug 04 '19 at 23:42