Skip to content

Commit

Permalink
docs:修改 netstat
Browse files Browse the repository at this point in the history
  • Loading branch information
R22627 authored and R22627 committed Jan 31, 2024
1 parent 66c770c commit 9fc4bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions vuepress-docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ module.exports = {
['/网络管理/网络传输/scp', 'scp'],
['/网络管理/网络传输/sz', 'sz'],
['/网络管理/网络传输/wget', 'wget'],
['/网络管理/网络传输/ftp', 'ftp'],
]
},
{
Expand Down
4 changes: 1 addition & 3 deletions vuepress-docs/网络管理/网络管理/netstat.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ eth1 1 ff02::1
```
netstat 的大部分功能都介绍了,如果想知道 netstat 更高级的功能,请参考 netstat 帮助手册。

## 6.输出结果整体说明
## 6.输出结果说明
执行 netstat 命令输出:
```shell
Active Internet connections (w/o servers)
Expand Down Expand Up @@ -374,6 +374,4 @@ Path 表示套接字所在路径。

[Linux命令之netstat](https://www.cnblogs.com/diantong/p/9669568.html)

[TCP的三次握手与四次挥手(详解+动图)](https://blog.csdn.net/qzcsu/article/details/72861891)

<Vssue title="netstat" />

0 comments on commit 9fc4bea

Please sign in to comment.