Linux定时任务
centOS:
使用crontab -e //编辑
crontab -l //查看定时任务
生效运行:
先安装;
systemctl enable crond
systemctl start crond
停止:systemclt stop crond
Linux定时任务
centOS:
使用crontab -e //编辑
crontab -l //查看定时任务
生效运行:
先安装;
systemctl enable crond
systemctl start crond
停止:systemclt stop crond
本文标题:Linux定时任务
本文链接:https://www.haomeiwen.com/subject/cakwmctx.html
网友评论