[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: To detect proccess sending netpackets.



On Mon, Dec 12, 2011 at 06:43, Sthu Deus <sthu.deus@gmail.com> wrote:
> Good time of the day.
>
>
> On a desktop system I have noticed a bit of network traffic whereas
> users do not run any network software...
>
> How do I find out which process on the system does send/receive network
> packets?

Something like:
netstat --inet -ap

"--inet" so you are looking at network sockets rather than unix sockets,
"-a" shows both established connections and listening processes, "-p"
shows PID and process name.

Cheers,
Kelly Clowers


Reply to: