linux 应用 crontab 执行定时任务

crontab -ecrontab

在打开的文件中添加要执行的任务tab

例如:文件

  */3 * * * * /bin/sh /xxx/xxxx/xx.shab

  表示每三分钟执行一次xx.sh

相关文章
相关标签/搜索