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
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
Post comment 取消回复