I need to run some things at 22.00 on every 3rd Saturday of every month, would the following work? 00 22 15-21 * * [ `date +\%u` = 6 ] && /root/test.sh i would use 6 instead of Sat so that if someone ...
I'm tying to take some networks stats using iptraf. I placed the following line in crontab:<BR><BR>0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/sbin/iptraf -d eth0 -t 2 -B<BR><BR>If I run the ...