【求助】回收站无法清空,这下尴尬了
Tofloor
poster avatar
137******47
deepin
2018-11-15 01:15
Author

Reply Favorite View the author
All Replies
avatar
JesseyLawson
deepin
2018-11-15 01:27
#1
试试管理员方式进入回收站呢
Reply View the author
avatar
jackeylea
deepin
2018-11-15 01:45
#2
# !/bin/bash
echo "lease input password to reomve all files in trash\n"
sudo rm -fr /home/jackey/.local/share/Trash/files
保存为脚本,以管理员身份运行
Reply View the author
avatar
187******09
deepin
2018-11-15 04:46
#3
jackeylea 发表于 2018-11-14 17:45
# !/bin/bash
echo "lease input password to reomve all files in trash\n"
sudo rm -fr /home/jackey/.l ...

$HOME替换/home/xxx,你这也不提醒人改一下,楼主一看就不是有基础的
Reply View the author
avatar
187******09
deepin
2018-11-15 04:47
#4
善用论坛搜索,这种回收站帖子快10个了吧
Reply View the author
avatar
阿刀
deepin
2018-11-15 09:52
#5
It has been deleted!
avatar
187******09
deepin
2018-11-15 19:25
#6
https://bbs.deepin.org/post/170864
这么多,所以是不是深度应该处理一下?

linux都这样,你可以用shift+delete来彻底删除
Reply View the author
avatar
何来
deepin
2018-11-16 10:44
#7
sudo mv /home/xxx/* /dev/null
Reply View the author
avatar
阿刀
deepin
2018-11-16 21:45
#8
It has been deleted!
avatar
勾刃丿伤痕
deepin
2018-12-21 03:02
#9
https://bbs.deepin.org/post/170864
# !/bin/bash
echo "lease input password to reomve all files in trash\n"
sudo rm -fr /home/jackey/.l ...

解决了,谢谢
Reply View the author
avatar
勾刃丿伤痕
deepin
2018-12-21 03:02
#10
https://bbs.deepin.org/post/170864
$HOME替换/home/xxx,你这也不提醒人改一下,楼主一看就不是有基础的

谢谢提醒
Reply View the author
avatar
今风
deepin
2020-01-18 05:27
#11
sudo rm -fr /home/XXXX/.local/share/Trash/files
Reply View the author
avatar
wdhuag
deepin
2020-02-21 04:42
#12
sudo rm -rf ~/.local/share/Trash/files/*
Reply View the author