Talk:TCPView: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to 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 09: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