摘要:
CentOS7 yum安装软件提示: another app is currently holding the yum lock;waiting for it to exit yum在锁定状态中。可以通过强制关掉yum进程: 然后就可以使用yum了。 转载: https://blog.csdn.ne 阅读全文
摘要:
1、新建删除脚本 del.sh #!/bin/bash #保留文件数 ReservedNum=5 ##保留最新的五个文件 FileDir=/data/bak ##文件目录 date=$(date "+%Y%m%d-%H%M%S") FileNum=$(ls -l $FileDir|grep ^- | 阅读全文