rmdir 删除目录、文件夹

冷门命令,只能用来删除空目录,否则无法进行。

[root@localhost ~]# rmdir test
rmdir: test: Directory not empty

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

[root@localhost ~]# rm -r test
点赞

发表评论