This commit is contained in:
nick 2018-05-16 10:06:41 +08:00
parent 74c47ee0e5
commit a17dd8186b

View File

@ -74,8 +74,118 @@ free -k #以 kb 统计系统内存
```
#### ip 命令
```
```
#### ifconfig 命令
```
```
#### route 命令
```
```
#### env 命令
```
```
#### systemctl 命令
```
```
#### service 命令
```
```
#### chkconfig 命令
```
```
#### uname 命令
```
```
#### rboot 命令
```
```
#### halt 命令
```
```
#### shutdown 命令
```
```
#### dump 命令
```
```
#### dd 命令
```
```
#### ssh 命令
```
```
#### ping 命令
```
```
#### dig 命令
```
dig baidu.com #查看域名 dns 信息
```
#### host 命令
```
host baidu.com #查看域名的ip
```
#### whois 命令
```
whois baidu.com #查看域名信息
```
#### hostname 命令
```
hostname #查看主机名称
```