Cron
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.
Thanks Theo
Reply to:
- Follow-Ups:
- Re: Cron
- From: Kurt Lieber <kurt@lieber.org>
- RE: Cron
- From: "Sean 'Shaleh' Perry" <shalehperry@home.com>
- Re: Cron
- From: Richard Cobbe <cobbe@airmail.net>
- Re: Cron
- From: Tom Allison <tallison1@twmi.rr.com>
- Re: Cron
- From: wpmills@Mills-USA.com (W. Paul Mills)
- Re: Cron
- From: Shaul Karl <shaulka@bezeqint.net>