如何使用 crontab 安排 shell 脚本

如何使用 crontab 安排 shell 脚本

我想使用 crontab 安排一个 shell 脚本每天(周日除外)晚上 7:30 运行,你能帮忙吗

答案1

检查这个工具,它将帮助您构建 crontab 行:http://www.corntab.com/pages/crontab-gui

快速回答:

30 7 * * 1,2,3,4,5,6 /your/command/to/run

相关内容