服务器定时任务 定时访问

crontab -e

* * * * * /usr/bin/curl http:// www.xxx.com

 sudo service cron restart

crontab -l

tail -f /var/spool/mail/root 查看日志

猜你喜欢

转载自www.cnblogs.com/vinzen/p/10022184.html