I am finding out that any Cron that i add to the crontab file, none of them run. Anyone have any suggestions on how I could get this script to run nightly at a specific time?
I didn't add anything to the crontab file, looks to me that it is setup to tell the folders( cron.hour, cron.daily etc) when to run. From what i can tell is that you put the job in the folder that runs on the time table you want.
to test i put this in a text file with no extension
#!/bin/sh
cd /home/httpd/html/lsquid
./lightparser.pl
exit 0
then ran from terminal chmod 700 "filename" (this look important to do bc it didnt work till i did it) and put it in the /etc/cron.minutely to test where i didn't have to wait an hour.
on the skip user is there a way to skip all ip address are do i have to add each address from all the subnets?