常见ifconfig就直接down或者up,比如
ifconfig eth0 up
ifconfig eth0 down
ip命令的方式:
ip l s eth0 down #link set down,其中l和s是缩写也可以写 ip link set eth0 down
ip l s eth0 up # link set up
常见ifconfig就直接down或者up,比如
ifconfig eth0 up
ifconfig eth0 down
ip命令的方式:
ip l s eth0 down #link set down,其中l和s是缩写也可以写 ip link set eth0 down
ip l s eth0 up # link set up