Listing cron jobs
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
| Print article | This entry was posted by PB on June 30, 2010 at 15:09, and is filed under OS. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |