提交
This commit is contained in:
parent
f12a9d7291
commit
03435c7aa1
@ -130,6 +130,17 @@ systemctl status mysqld
|
||||
Mysql:mysqld
|
||||
systemctl status network
|
||||
|
||||
### 网络状态:
|
||||
|
||||
```shell
|
||||
# -l或--listening 显示监控中的服务器的Socket
|
||||
# -n或--numeric 直接使用IP地址,而不通过域名服务器。
|
||||
# -p或--programs 显示正在使用Socket的程序识别码和程序名称。
|
||||
netstat -lnp | grep 8080
|
||||
```
|
||||
|
||||
|
||||
|
||||
## 文件详情:(以home目录为例)
|
||||
|
||||
d:说明当前文件是一个目录(- 代表的是文件)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user