Difference between revisions of "Talk:TCPView"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(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")
 
(No difference)

Latest revision as of 10:04, 23 December 2019

view connections netstat

Here's another approach:

ss -nap | grep $(pidof firefox)

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