Hello
I have the following question/problem, how can I insert cron.pl into crontab?
Regards
XFileSharing Pro - How to insert cron.pl into crontab?
read install.txt before opening thread in forum
Code: Select all
8) Add cron.pl script to your crontab to run it every hour.
Sample: 0 * * * * cd /var/www/cgi-bin;./cron.pl >/dev/null 2>&1
Use following command to open crontab with the default editor:
Code: Select all
crontab -e