crontab -u [user] -l"-u" parameter is the user cronjob.
To view what cronjob root has configured, you may use:
crontab -lYou can also view what cronjobs are set, daily, weekly, monthly and software specific jobs.
ls /etc/cron.daily/ -lTo view the software specific jobs you use the path, /etc/cron.d/
cat [filename]
No comments:
Post a Comment