回收站里面的文件没有权限删除
Tofloor
poster avatar
phpdashan
deepin
2018-12-22 05:14
Author
回收站里面的文件没有权限删除,用命令行的话,那个文件是回收站文件夹
Reply Favorite View the author
All Replies
avatar
勾刃丿伤痕
deepin
2018-12-22 16:41
#1
创建个文本,把下面这些复制到文本里保存,改格式为sh并用管理员权限运行即可!!

# !/bin/bash
echo "lease input password to reomve all files in trash\n"
sudo rm -fr /home/这段换成你电脑的用户名记得把这些字删了/.local/share/Trash/files



Reply View the author