|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] how to tell which process binds to which port?
|
> The suggestions already given (fuser(1) and netstat(8)) are both
> good. You could also try lsof(8) (which is a third-party utility
> Linux distros frequently use).
>
> In the BSD world, we've got fstat(1), which does the same thing as
> lsof(8), but is part of the standard distribution. ;^P
I used netstat -vp, IIRC, and I found that it was rpc.quotad. I killed it,
and I shut this off w/ update-rc.d -f rpc.quotad remove. I'm not running
nfs, so I don't think I need that mess.
Thanks for the help.
Fred
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|