Click to See Complete Forum and Search --> : crontab


Gaccm
12-13-2000, 01:45 AM
i have a cron file that runs nightly, but i can't seem to get a command working.

5 2 * * */usr/bin/updatedb
5 4 * * */usr/sbin/adsl-stop
7 4 * * */usr/local/pmfirewall/pmfirewall stop
15 4 * * */usr/sbin/ifconfig eth0 0.0.0.0 up -arp
16 4 * * */usr/sbin/adsl-start
16 4 * * */usr/local/pmfirewall/pmfirewall start

its either the 4th or 5th command that doesn't work (i don't think the 5th would work without the 4th)