cron运行原理

参考转载至:http://blog.chinaunix.net/uid-28621203-id-5740442.html 1. 前言 本文介绍的是由Paul Vixie开发的运行在SuSE Linux上的Cron。可以通过“man cron”进行确认。 2. 示例 # 示例用来配合本文的说明 */1 * * * * echo hello >> /tmp/hello.txt 3. 工作过程 Cron
相关文章
相关标签/搜索