Talk:TCPView
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
Here's another approach:
ss -nap | grep $(pidof firefox)
https://unix.stackexchange.com/questions/233490/show-network-connections-of-a-process