linux定时器

yum install cron
crontab -e
添加(一分钟)
*/1 * * * * curl http://www.baidu.com/ > /home/jzy/baidu.txt

rpm -qa | grep cron//检测软件有没有安装

posted @ 2015-11-30 11:49  inc  阅读(192)  评论(0编辑  收藏  举报