netstat -an will print the current network link status of the system, while grep -i "80" is used to extract connections related to port 80, and wc -l counts the number of connections

# When counting other ports: netstat -pnt | grep :xx | wc -l
netstat -pnt | grep :443 | wc -l
Likes(0)

Comment list count 0 Comments

No Comments

WeChat Self-Service

WeChat Consult

TaoBao

support@elephdev.com

发表
评论
Go
Top