摘要: 设备名称:[root@DB232 shell]# cat /proc/scsi/scsi Attached devices:Host: scsi0 Channel: 02 Id: 00 Lun: 00 Vendor: DELL Model: PERC 5/i Rev: 1.03 Type: Dire... 阅读全文
posted @ 2015-07-07 14:13 arun_yh 阅读(4186) 评论(0) 推荐(0)
摘要: 创建以当前时间为文件名的mkdir `date+%Y%m%d`备份以时间做为文件名的tar cvf./htdocs`date +%Y%m%d`.tar ./*date命令如何获得上星期的日期?lastmonth=`date+%Y-%m --date="-1 month"`"-01";然后 awk -... 阅读全文
posted @ 2015-07-07 09:23 arun_yh 阅读(6329) 评论(0) 推荐(0)