要彻底清除Ubuntu回收站文件,可使用以下方法:
cd ~/.local/share/Trash/files
rm -rf *
rm -rf .Trash-info
sudo rm -rf ~/.local/share/Trash/files/*