This commit is contained in:
LEGION-R9000P\12241 2023-03-13 00:20:20 +08:00
parent f12a9d7291
commit 03435c7aa1

View File

@ -130,6 +130,17 @@ systemctl status mysqld
Mysqlmysqld
systemctl status network
### 网络状态:
```shell
# -l或--listening 显示监控中的服务器的Socket
# -n或--numeric 直接使用IP地址而不通过域名服务器。
# -p或--programs 显示正在使用Socket的程序识别码和程序名称。
netstat -lnp | grep 8080
```
## 文件详情以home目录为例
d说明当前文件是一个目录- 代表的是文件)