> 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)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to