(no subject)

Josh Carroll josh.carroll at gmail.com
Thu Feb 1 21:11:36 UTC 2007


> 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


More information about the freebsd-questions mailing list