Skip to main content
Markup, mostly
Source Link
Kusalananda
  • 355.8k
  • 42
  • 735
  • 1.1k

Use Unix,the Linux tool lsoflsof. But it may not be installed on some Unix flavorflavours. lsof -i tcp | grep -w "pid"

lsof -i  tcp | grep -w "pid"

Use Unix, Linux tool lsof. But it may not be installed on some Unix flavor. lsof -i tcp | grep -w "pid"

Use the Linux tool lsof. But it may not be installed on some Unix flavours.

lsof -i  tcp | grep -w "pid"
Source Link
allan
  • 21
  • 1

Use Unix, Linux tool lsof. But it may not be installed on some Unix flavor. lsof -i tcp | grep -w "pid"