crontab -e

crontab -e可以配置定时任务

 

0 */3 * * * cd /root/find && nohup qbittorrent-nox --webui-port=7070 &

上面那个命令是:每三小时执行一次。

  • 第1列分钟0~59
  • 第2列小时0~23(0表示子夜)
  • 第3列日1~31
  • 第4列月1~12
  • 第5列星期0~7(0和7表示星期天)
  • 第6列要运行的命令

posted on 2019-01-05 00:30  stupid_one  阅读(789)  评论(0编辑  收藏  举报

导航