我希望我正确地问这个问题.我正在尝试运行在我的服务器上设置的所有作业,通过nano / etc / crontab我看到以下列表:
# m h dom mon dow user command 27 * * * * root cd / && run-parts --report /etc/cron.hourly 58 15 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) 0 15 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) 20 15 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly ) #
是否可以执行crontab来启动所有这些作业,或强制它们运行?
我想确认它们实际上在运行.
如果要检查它们是否已执行,请使用:
原文链接:https://www.f2er.com/ubuntu/348320.htmlgrep -i cron /var/log/syslog