一.crontab调度 对于linux 自带crontab而言, xxx.sh的一般编写格式以#!/bin/bash 解释器开头,可在脚本中加入: date 但是,shell脚本执行 需要 x权限,执行的方式如下: ./xxx.sh sh ./xxx.sh 其中,后缀.sh 第一行#!/bin/bash 没有,需要使用sh命令去执行 1.crontab简单调度 [root@localhost ~]# crontab -e no crontab for root - using an e
# service crond status crond is stopped # service crond start Starting crond # service crond status crond (pid 20962) is running... git 自动拉取,写入日志 # 自动拉取 * * * * * cd /home/wwwroot/default/dexin/dragon/ && /usr/local/git/bin/git pull origin dexin &