ifconfig
-
shell测试网卡速度???
#!/bin/sh Ifconfig=”/sbin/ifconfig” eth=”enp3s0″ while true;do RXpre=$($Ifconfig ${eth} | …
-
Linux-安装ifconfig
镜像下载、域名解析、时间同步请点击 阿里云开源镜像站 ifconfig 命令可以用于查看、配置、启用或禁用指定的网络接口,还可以用来配置网卡的IP地址、掩码、广播地址、网关等,功能…
#!/bin/sh Ifconfig=”/sbin/ifconfig” eth=”enp3s0″ while true;do RXpre=$($Ifconfig ${eth} | …
镜像下载、域名解析、时间同步请点击 阿里云开源镜像站 ifconfig 命令可以用于查看、配置、启用或禁用指定的网络接口,还可以用来配置网卡的IP地址、掩码、广播地址、网关等,功能…