一般情况下,Ubuntu / Deepin 系统的文件垃圾箱/回收站所在文件夹为:
/home/$USER/.local/share/Trashor/home/$USER/.local/share/Trash/files # Deepin 的删除文件放置于此文件夹内
如若以 root 用户身份删除的文件,则其文件回收站所在文件夹为:
/root/.local/share/Trash
在 Bash/Terminal 终端窗口进入回收站文件夹,找到无法清空的文件或文件夹名称后,采用 sudo rm 命令进行删除清空。格式如下:
sudo rm -r [unremovable-folder-or-file-name]
