killah writes:

> how, can i see the tcp port 4350 that states to be opened useing nmap
> what is his proccess and which file is it's owned ?  
>

You can use the "lsof" command to see what processes is bound to a given 
port.  As I recall, it would be "lsof -i TCP:4350" and "lsof -i UDP:4350", 
but don't quote me; check your local man page. 

P.S. - you might need to install lsof. 

Ken Seefried, CISSP 


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

Reply via email to