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 编辑 ]
搜索更多相关主题的帖子:
linux cron shell log