博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Linux与网卡相关的几个命名
阅读量:7238 次
发布时间:2019-06-29

本文共 638 字,大约阅读时间需要 2 分钟。

ifup - start a preconfigured net interface.
ifdown - stop a (preconfigured) net interface.
ifstatus - show the state of a (preconfigured) net interface.
ifrenew - renews the dhcp lease on a net interface.
ifprobe - checks if the configuration for the interface has changed
ethtool - Display or change ethernet card settings
ifconfig - configure a network interface
netstat - Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships
route - show / manipulate the IP routing table
提示:netstat -ie和/sbin/ifconfig等同。

转载于:https://www.cnblogs.com/aquester/archive/2012/07/24/9891782.html

你可能感兴趣的文章
【补充习题七】积分不等式及定积分性质
查看>>
任意进制转换简单理解
查看>>
Unity Game窗口中还原Scene窗口摄像机操作 强化版
查看>>
javascript实现九九乘法表
查看>>
Eclipse的WorkingSet使用(转载)
查看>>
缓存系列之五:通过codis3.2实现redis3.2.8集群的管理
查看>>
数据库(二)
查看>>
数组各元素随机赋值、求和、求平均值、求最大值的各类测试(一维数组)
查看>>
Linux学习之分区自动挂载与fstab文件修复(九)
查看>>
用Javascript获取页面元素的位置(转)
查看>>
matlab实现MCMC的马尔可夫切换ARMA - GARCH模型估计
查看>>
面向对象程序设计 总结作业
查看>>
django总结-从socket到实战的概略
查看>>
【转载】复制文件到已存在的Jar
查看>>
Sublime Text3常用插件以及安装方法(实用)
查看>>
javaWeb服务详解(含源代码,测试通过,注释) ——applicationContext-Service.xml
查看>>
基本数据类型(int,bool,str)
查看>>
从内而外
查看>>
Unity 一个简单的鼠标跟随
查看>>
vim下go开发配置
查看>>