Articles hints,tips&tricks,howtos and guides related to UNIX System Administration
for i in `ifconfig -a|egrep -v '(inet|ether|lo0)'|cut -d: -f1`do ifconfig $i down done
for i in `ifconfig -a|egrep -v '(inet|ether|lo0)'|cut -d: -f1`do ifconfig $i updone
No comments:
Post a Comment