每個使用者的垃圾桶路徑都不同
都在家目錄的.local/share/Trash/files/之中
root的垃圾桶
/root/.local/share/Trash/files/
使用者student的垃圾桶
/home/student/.local/share/Trash/files/
在不切換使用者的情況下要清除root的垃圾桶
#加-R是把Trash下所有目錄的擁有者都改成student
sudo chown -R student /root/.local/share/Trash
sudo rm -rf /root/.local/share/Trash
沒有留言:
張貼留言