crontab -l
: list current crontab entries.crontab -e
: edit crontab entriescrontab -r
: remove the crontab filecrontab files are located in
/var/spool/cron
cron will also run scripts in
cron.monthly/ cron.daily/ cron.hourly/ cron.weekly/
Fedora, Red Hat, CentOS, Linux
crontab -l
: list current crontab entries.crontab -e
: edit crontab entriescrontab -r
: remove the crontab file/var/spool/cron
cron.monthly/ cron.daily/ cron.hourly/ cron.weekly/
No comments:
Post a Comment