You are not logged in.

#1 2011-03-24 07:35:51

toru
Member
Registered: 2011-03-22
Posts: 27

finding programs associated with network connections. [solved]

Is there a way to find out what programs are accessing the internet at any given time?  i know firestarter does this, but i would rather not do it through that if possible.

Last edited by toru (2011-03-24 08:13:01)

Offline

#2 2011-03-24 08:06:49

seiichiro0185
Member
From: Leipzig/Germany
Registered: 2009-04-09
Posts: 226
Website

Re: finding programs associated with network connections. [solved]

you can use netstat with the -p option to show all running connections and programs associated with them. for examle netstat -tp as root will show all outgoing TCP connections with the programs that opened them. Have a look at the netstat manpage for other options like udp-connections, running servers etc..

Last edited by seiichiro0185 (2011-03-24 08:07:19)


My System: Dell XPS 13 | i7-7560U | 16GB RAM | 512GB SSD | FHD Screen | Arch Linux
My Workstation/Server: Supermicro X11SSZ-F | Xeon E3-1245 v6 | 64GB RAM | 1TB SSD Raid 1 + 6TB HDD ZFS Raid Z1 | Proxmox VE
My Stuff at Github: github
My Homepage: Seiichiros HP

Offline

#3 2011-03-24 08:12:42

toru
Member
Registered: 2011-03-22
Posts: 27

Re: finding programs associated with network connections. [solved]

ah, yes!  should have known!  thanks a bunch!

Offline

Board footer

Powered by FluxBB