1.编辑配置文件 sudocrontab -e
*/1 * * * * python /home/hello.py >> /home/hello.log
*/1 * * * * date >> /home/hello.log
2.hello.py内容
print "hello"
3.保存,重启服务: /etc/init.d/cron restart
4.结果