摘要:
win10 就2个分区 C盘 至少250-300G E盘至少700G 阅读全文
摘要:
任务被漏定时任务执行 2. anacron 的监测周期 anacron 会使用一天、七天、一个月作为监测周期。 在系统的 /var/spool/anacron/ 目录中存在 cron.{daily,weekly,monthly} 文件,用于记录上次执行 cron 的时间。 将记录的时间与当前时间作比 阅读全文
摘要:
Linux 系统定时任务:crontab,anacron 一、Cron 服务 1. 启动服务 service cron start 2. 关闭服务 service cron stop 3. 重启服务 service cron restart 4. 重新载入配置 service cron reload 阅读全文
摘要:
centos7优化启动项,关闭一些不必要开启的服务 分类: linux undefined 分类: linux undefined CentOS7已不再使用chkconfig 管理启动项 使用 systemctl list-unit-files 可以查看启动项 systemctl list-unit 阅读全文