发布时间:2015-06-18 19:55:25
点击(此处)折叠或打开#!/bin/bash# # 遍历本地ldir目录和文件,批量上传到ftp的rdir#if [ $# -eq 2 ]; then ldir=$1 .........【阅读全文】
发布时间:2014-09-02 09:54:45
#!/bin/env sh#PURPOSE:#1. check flag file's time status, if status stop so action#2. action is netcard down, default is eth0 , may be yourself modify name##NOTE:#1. change script exec priv: chmod 755 checkFileAction.sh and boot command: "nohup Path/checkFileAction.sh &", let it background .........【阅读全文】