> How do I create a crontab that run's #ping IP every 10 seconds? > > Tried crontab -e > > 0,10,20,30,40,50 * * * * /bin/ping -s 8 -c 1 www.sunet.se 1> > /dev/null 2> /dev/null > > But it doesn't seem to work. >
Doesn't the above is interpreted as once every 10 minutes? I am not sure if cron can do work that has a cycle time of less then 1 minute. > Thanks Theo > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- When responding, please quote my entire message. Shaul Karl <[EMAIL PROTECTED]>