i have a issue with cronjob
i am on centos 6 64bit without control panel
i know how to create cronjob using
and i make the cron job for each min
i have a file name warez.pl and i want to run it each 1 min or each 2 min
my issue is
the commend tht i have is correct ?
as i know i dont need to add cd on the commend that right also do i need to add anything before /home/ ? like perl /home ?
i am on centos 6 64bit without control panel
i know how to create cronjob using
Code:
crontab -e
and i make the cron job for each min
Code:
1 * * * * /home/cgi-bin;./warez.pl /dev/null 2&1
i have a file name warez.pl and i want to run it each 1 min or each 2 min
my issue is
the commend tht i have is correct ?
as i know i dont need to add cd on the commend that right also do i need to add anything before /home/ ? like perl /home ?
Last edited: