摘要: 1、 虚拟机首先选择NAT模式 2、yum源切换参照(将yum预案切换到国内源) https://www.runoob.com/linux/linux-yum.html 阅读全文
posted @ 2020-12-01 17:19 浪子93 阅读(196) 评论(0) 推荐(0) 编辑
摘要: --删除指定时间创建的文件 #/bin/bash fileName=`ls --full-time | grep '2020-02' | awk'{print$9}'` echo $fileName for file in $fileName do rm -rf $file; echo "$file 阅读全文
posted @ 2020-12-01 16:01 浪子93 阅读(270) 评论(0) 推荐(0) 编辑