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

Re: What service is using a port?



> so I'm trying to find out what's using port 139 that wasn't doing so
> yesterday.

fuser -n tcp 139

then run ps auxw | grep <pid> where <pid> is what fuser says is using
the port

if nothing shows up try netstat -an | grep 139

netstat -anp works well but I use fuser out of habbit

nate

(my first post to debian-user in over a month! 60+hour work weeks
are hectic!! aaah)



Reply to: