rmdir:删除目录


要删除的目录必须是空目录,不然将会出错。

[root@hostwiki.info ~]# rmdir test
rmdir: test: Directory not empty

更多的时候是使用rm -r 来删除目录

[root@hostwiki.info ~]# rm -r test
最后更改: in 2010/12/21 11:53