If you have root access to a server and you have a large number of domains with cron jobs the easiest way to list them all is:

cd /var/spool/cron
cat *

Your output might look somehting like this:

29	2	25	*	*	python /var/www/vhosts/thesupportsystem.com/httpdocs/sitemap/sitemap_gen.py --config=/var/www/vhosts/thesupportsystem.com/httpdocs/sitemap/config.xml

*/5	*	*	*	*	php -f /var/www/vhosts/thesupportsystem.co.uk/httpdocs/email_marketer/admin/cron/cron.php

0	*	*	*	*	wget -O - -q -t 1 http://www.thesupportsystem.com/cron.php

Related Posts

  1. crontab