1、rm命令
#将会删除/var/log/httpd/access目录以及其下所有文件、文件夹
rm -rf /var/log/httpd/access
2、删除空文件夹
rmdir /var/log
#将会删除/var/log/httpd/access目录以及其下所有文件、文件夹
rm -rf /var/log/httpd/access
rmdir /var/log
本文标题:Linxu常用命令05_删除文件夹
本文链接:https://www.haomeiwen.com/subject/xuozcctx.html
网友评论