3

For all you genius'

view full story
linux-howto

http://forums.fedoraforum.org – I need to understand coding better... I have a cron job that is using vnstat... I am curious what is going on, I hope someone can help... Code: if [ -x /usr/bin/vnstat ] && [ `ls /var/lib/vnstat/ | wc -l` -ge 1 ]; then /usr/bin/vnstat -u; fi Thank you :) (HowTos)