Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,24 +1,24 @@
# netstat
> 显示与网络相关的信息,如打开的连接、打开的套接字端口等.
> 更多信息: <https://www.unix.com/man-page/osx/1/netstat>.
> 显示与网络相关的信息,如打开的连接、打开的套接字端口等
> 更多信息 <https://www.unix.com/man-page/osx/1/netstat>.
- 列出所有端口:
- 列出所有端口
`netstat -a`
- 列出所有被侦听端口:
- 列出所有被侦听端口
`netstat -l`
- 列出侦听的 TCP 端口:
- 列出侦听的 TCP 端口
`netstat -t`
- 显示监听给定协议监听的 PID 和程序名:
- 显示监听给定协议监听的 PID 和程序名
`netstat -p {{协议}}`
- 打印路由表:
- 打印路由表
`netstat -nr`