发新话题
打印

Linux下的定时任务cron和systemd times

Linux下的定时任务cron和systemd times

crontab -l
ls -l /var/spool/cron/crontabs/

/etc/cron.d/*
/etc/cron.hourly/*
/etc/cron.daily/*
/etc/cron.weekly/*
/etc/cron.monthly/*

logrotate:
/etc/logrotate.d
/etc/cron.daily/logrotate

cat /etc/anacrontab

systemctl list-timers --all
ls -l /lib/systemd/system/*.timer

[ 本帖最后由 linda 于 2018-12-28 21:13 编辑 ]

TOP

发新话题