一般情况下,Ubuntu / Deepin 系统的文件垃圾箱/回收站所在文件夹为:

    1. /home/$USER/.local/share/Trash
    2. or
    3. /home/$USER/.local/share/Trash/files # Deepin 的删除文件放置于此文件夹内

    如若以 root 用户身份删除的文件,则其文件回收站所在文件夹为:

    1. /root/.local/share/Trash

    在 Bash/Terminal 终端窗口进入回收站文件夹,找到无法清空的文件或文件夹名称后,采用 sudo rm 命令进行删除清空。格式如下:

    1. sudo rm -r [unremovable-folder-or-file-name]