shell-crontab(定时调度)

来源:互联网 发布:淘宝手淘首页怎么上 编辑:程序博客网 时间:2024/04/27 21:21
crontab: usage error: unrecognized optionusage:crontab [-u user] filecrontab [ -u user ] [ -i ] { -e | -l | -r }(default operation is replace, per 1003.2)-e(edit user's crontab)-l(list user's crontab)-r(delete user's crontab)-i(prompt before deleting user's crontab)crontab -lcrontab -ecrontab filecrontab -r#00 06 * * * shutdown -r now

0 0