Talk:TCPView

From Free Knowledge Base- The DUCK Project
Revision as of 09:04, 23 December 2019 by Admin (talk | contribs) (Created page with "== view connections netstat == Here's another approach: ss -nap | grep $(pidof firefox) https://unix.stackexchange.com/questions/233490/show-network-connections-of-a-process")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

view connections netstat

Here's another approach:

ss -nap | grep $(pidof firefox)

https://unix.stackexchange.com/questions/233490/show-network-connections-of-a-process