getting pc name by IP


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers getting pc name by IP
# 1  
Old 03-07-2008
getting pc name by IP

Hello community!

Can I know who is the pc of an IP??

P.S: I'm trying to create a little script to do that, i f you know some kind of command, suggestions are welcome

this is the script, I know can be optimized:

netstat -an | cut -c 44-100 | grep 192.168 | cut -f1 -d: | sort
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question