摘要:
方法一: 执行结果: 阅读全文
摘要:
[root@Centos-6 script]# date2016年 04月 15日 星期五 11:54:45 CST [root@Centos-6 script]# ll总用量 16-rw-r--r--. 1 root root 64 4月 15 11:54 auto_time.sh-rw-r--r 阅读全文
摘要:
1 #!/bin/bash 2 #Author:nulige 3 #Date: 2015-3-8 4 #实现功能:自动判断你的系统是Centos版本,适用于5.x或6.x 5 6 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.$(date +%F)_backup 7 cd /etc/... 阅读全文