示例: CentOS系统想每天凌晨3点重启 打开/etc/crontab添加 # vi /etc/crontab ================================== 0 3 * * * root reboot 然后重启crond服务 # systemctl restart crond.service 来源:https://www.cnblogs.com/mc-r/p/11519422.html 标签 CentOS crontab etc