HOw to Find cronjobs via WHM?

mushy

New Member
I want to check what are the cron jobs running on various accounts on my server. Is there any way to check that via WHM or SSH?
 
Mushy,

You should be getting a daily email that tells you what cron jobs run as well. That wouldn't list all of them but simply what runs that day.

You can also use crontab -u <username> -l to list each user's crontab.
 
Top