摘要: 一、安装crontab服务并设置开机自启 yum install crontabs (centos默认就会带,一般不需要安装) systemctl enable crond (设为开机启动) systemctl start crond(启动crond服务) systemctl status cron 阅读全文
posted @ 2022-03-22 09:56 止戈为-武 阅读(135) 评论(0) 推荐(0)