XFileSharing Pro - How to insert cron.pl into crontab?

Message
Author
KristiKristo
Posts: 35
Joined: Jan 04, 2011 11:11 pm

How to insert cron.pl into crontab?

#1 Postby KristiKristo » Mar 29, 2011 11:19 am

Hello
I have the following question/problem, how can I insert cron.pl into crontab?

Regards

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#2 Postby ankurs » Mar 29, 2011 11:20 am

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

KristiKristo
Posts: 35
Joined: Jan 04, 2011 11:11 pm

#3 Postby KristiKristo » Mar 29, 2011 11:21 am

Sorry, admin can close the topic then.

komi
Posts: 161
Joined: Nov 27, 2009 12:41 pm

#4 Postby komi » Mar 29, 2011 2:33 pm

Use following command to open crontab with the default editor:

Code: Select all

crontab -e