How to add a cron job for drupal on linux server
In the command line type
crontab -e
Press your insert key.
Insert a line, run every five minutes for example (more on syntax http://unixhelp.ed.ac.uk/CGI/man-cgi?crontab+5)
5 * * * * /usr/bin/lynx -source <a href="http://yoursite.com/cron.php
And now exit: press escape and type ":exit"
By exiting you are saving and you wont be prompted.
Who are you?
By knowing who you are you will be directed to a page where we have displayed all our drupal services relevant to your professional identity.

Add new comment