Linux common commands-33: netstat

The netstat command is used to display various network related information such as network connections, routing tables, interface status, etc.

Syntax format: netstat [parameter]

Common parameters

Example

 # 显示详细的网络信息netstat -a

 # 显示网卡列表netstat -i

 # 显示路由表netstat -r

This article is reprinted from https://xugaoxiang.com/2022/06/10/linux-cmds-33-netstat/
This site is for inclusion only, and the copyright belongs to the original author.

Leave a Comment