On Sun, Jul 13, 2008 at 10:06:44AM -0700, Karl Dalen wrote:
> Has lsof been ported for nevada ?
> It seems that it was not included in the sunfreeware nv iso image
> and the Solaris 10 version does not work on nv
> or is there any other tool that can find information about
> what process is using port X ? On Solaris 10, I used to run
> for example:
> /usr/local/bin/lsof -i :49155
> 
> Any help would be appreciated,

Something like this may work for you:

  # cd /proc
  # pfiles * > /tmp/pout
  
And then look in /tmp/pout for your port 49155
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to