回收站无法清空
Tofloor
poster avatar
deepin_bylt
deepin
2020-04-03 15:27
Author
回收站里文件无法删除
Reply Favorite View the author
All Replies
avatar
deepin_bylt
deepin
2020-04-03 15:28
#1
二楼备用
Reply View the author
avatar
观摩
deepin
2020-04-03 16:24
#2
  1. #!/bin/bash

  2. cd ~/.local/share/Trash/
  3. sudo rm -rf *

  4. echo "清理完成"
Copy the Code
Reply View the author