M mushy New Member Mar 30, 2008 #1 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?
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?
P ppc Moderator Mar 30, 2008 #2 mushy said: I want to check what are the cron jobs running on various accounts on my server. Click to expand... Unfortunately, there is no way to check cronjobs via WHM. It's in the queue for a future feature release, however.
mushy said: I want to check what are the cron jobs running on various accounts on my server. Click to expand... Unfortunately, there is no way to check cronjobs via WHM. It's in the queue for a future feature release, however.
M mushy New Member Mar 30, 2008 #3 Is there a way to find with SSH or through power panel or some other way?
Dan Moderator Apr 3, 2008 #5 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.
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.