網路卡自動啟動指令碼

aishu521發表於2013-05-15
[root@oscheckdb ~]# cat test_eh0.sh
#!/bin/shell
ifconfig | grep eth0 > geteth0
i=1
num=$(cat 1|wc -l)
if [ "$i" -eq "$num" ];
then
 ifup eth0
else
  /etc/init.d/network restart
  sleep = 10
fi

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15187685/viewspace-761098/,如需轉載,請註明出處,否則將追究法律責任。

相關文章