centos 6.5 系统安装后简单命令

it2022-05-05  156

1.ifconfig 查看网络配置

2.mii-tool eth0 查看eth0 网卡

3.ethtool eth0

4.ping [ip] 测试连接

5.netstat 查看网络连接

6.netstat -ntpl |grep sshd  查看sshd协议的连接

7.ll |grep eth*  列出包含eth字符的文件

8.yum -y install [software] 软件安装

9.yum remove [software] 卸载软件

10.cd /etc/sysconfig/network-scripts/  进入网络配置路径

11.vi ifconfig-eth0 编辑eth0配置文件       DHCP/STATIC/ADDRESS/NETMASK/GATEWAY/DNS

12./etc/init.d/network restart 重启网络

13.halt 关机


最新回复(0)