View Root’s Cron Jobs
crontab -l
View a User’s Cron Jobs
crontab -u username -l
View Daily Cron Jobs
View all the daily cron jobs:
ls -la /etc/cron.daily/
View a specific daily cron job:
less /etc/cron.daily/filename
View Hourly Cron Jobs
View all the hourly cron jobs:
ls -la /etc/cron.hourly/
View a specific hourly cron job:
less /etc/cron.hourly/filename
View Weekly Cron Jobs
View all the weekly cron jobs:
ls -la /etc/cron.weekly/
View a specific weekly cron job:
less /etc/cron.weekly/filename
View Monthly Cron Jobs
View all the monthly cron jobs:
ls -la /etc/cron.monthly/
View a specific monthly cron job:
less /etc/cron.monthly/filename
View /etc/crontab
less /etc/crontab