Date: Thu, 1 Feb 2007 13:11:33 -0800 From: "Josh Carroll" <josh.carroll@gmail.com> To: "astalus razvan" <oaky20@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: (no subject) Message-ID: <8cb6106e0702011311w6e15e117w127b4e9576dbca02@mail.gmail.com> In-Reply-To: <22ce4d6f0702011235j410505c3gf7a145b7376399f0@mail.gmail.com> References: <22ce4d6f0702011235j410505c3gf7a145b7376399f0@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> In bash or csh I want to start nmap scanning at every 1 hour.how can I do this? > thanks Use cron (man cron, man 5 crontab). Something like: 0 * * * * /usr/local/bin/nmap .... Would run it on the hour, each hour. Read the man pages for more details. Josh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8cb6106e0702011311w6e15e117w127b4e9576dbca02>