ubuntu etho0 up cron

Posted rohens

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu etho0 up cron相关的知识,希望对你有一定的参考价值。

sudo touch if_interface_up.sh

sudo chmod 777 if_interface_up.sh

sudo vi if_interface_up.sh

 

#!/bin/bash

while true
do
    result=`cat /sys/class/net/enp0/carrier`
    echo ${result}
    if [ ${result} == ‘0‘ ]; then
        `ifconfig enp0 up`
    else
        `sleep 1`
    fi
done

 

 sudo vi /etc/rc.local

/home/hbg/if_interface_up.sh

 

以上是关于ubuntu etho0 up cron的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu 14.04 set up fog 0.32

Ubuntu下Eclipse热键Ctrl+Alt+Up无效的解决

DNS servers | set up a static ip address in Ubuntu

Set up Tensorflow-gpu with Docker on Ubuntu 18.04 LTS

activate mod_rewrite How To Set Up mod_rewrite for Apache on Ubuntu 14.04

Ubuntu管理开机启动服务项 -- 图形界面的Boot-up Manager