kylinbird 发表于 2007-01-04 15:30

回复 10楼 svspt 的帖子

早试过了
不管用

kylinbird 发表于 2007-01-05 11:41

dddd

风之幻想 发表于 2007-01-05 12:22

pwd先看一下自己的当前目录.
然后,进入/
然后,用rm -rf删除你的目录.

kylinbird 发表于 2007-01-05 13:33

还是不行啊

oldunix 发表于 2007-01-05 14:54

kylinbird 发表于 2007-01-05 15:25

回复 15楼 oldunix 的帖子

改名的命令是什么?我没查到

briangao 发表于 2007-01-05 22:33

If this directory is a mount point, you wouldn't be able to delete it without un-mounting first. Do a df -k to see whether it is a mount point or not. If so, umount -f it first then rmdir to delete it

sqxjp 发表于 2007-12-06 10:53

小叶珠 发表于 2013-05-20 11:00

同问啊,强制删除非空目录abc失败(此路径未被其他程序文件使用,且无法对该目录下文件执行删除、chmod等操作)。
% rm -rf abs
rm:不能删除abc: 文件已经存在
页: 1 [2]
查看完整版本: rm -rf不能删除,提示文件已存在.