linux 常用命令

删除文件夹实例:
rm -rf /var/log/httpd/access
将会删除/var/log/httpd/access目录以及其下所有文件、文件夹

删除文件使用实例:
rm -f /var/log/httpd/access.log
将会强制删除/var/log/httpd/access.log这个文件

移动文件到其他文件夹

mv test test2.js -t ./newfile

posted @ 2021-12-10 11:15  枫若  阅读(20)  评论(0编辑  收藏  举报