How to parse netstat command in order to get process name and PID from it?

后端 未结 7 2266
不思量自难忘°
不思量自难忘° 2020-12-24 02:26

I\'m trying to determine what application is using certain port and get netstat -tlnp | grep for Linux.

This command return the following o

7条回答
提交回复
热议问题