你说呢?在Mandrake90下:[code:1]
[root@huang tmp]# ls hehe
ls: hehe: No such file or directory
[root@huang tmp]# mkdir hehe
[root@huang tmp]# cd hehe
[root@huang hehe]# touch haha
[root@huang hehe]# cd ..
[root@huang tmp]# rm hehe
rm:是否删除目录‘hehe’? y
rm:是否删除一般空文件‘hehe/haha’? y
rm:是否删除目录‘hehe’? y
[root@huang tmp]# ls hehe
ls: hehe: No such file or directory
[root@huang tmp]#
[/code:1]