![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change Computer Name | CBarraford | OS X (Apple) | 2 | 03-03-2007 10:57 PM |
| Another customisation for my computer | davidY | Shell Programming and Scripting | 1 | 01-01-2007 09:33 PM |
| xwindow on old computer | pgas | UNIX for Dummies Questions & Answers | 1 | 03-15-2004 08:24 AM |
| getting computer name | coredump2003 | High Level Programming | 2 | 02-17-2004 04:45 AM |
| can't acces ftp from my computer | TuMux | UNIX for Dummies Questions & Answers | 7 | 11-18-2003 11:41 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
who - PC Computer name
Does anyone know of a way of identifying the PC / client name rather than IP address via who or some other AIX command (5.3).
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
"last" will output :
Code:
root pts/1 host-name Apr 23 06:01 still logged in. Otherwise, get the IP and do : Code:
host 10.101.1.1 Quote:
|
|
#3
|
|||
|
|||
|
Thanks for the reply, when I run host and IP address from last I get host : address ... NOT FOUND
|
|
#4
|
||||
|
||||
|
This means that this IP doesn't have DNS record, is it a local IP ? If yes, ask the system/net admin, otherwise do a whois for the IP, like "whois -d 64.65.101.10" you will see to which organization it belongs, eventually some e-mail addresses.
|
|
#5
|
|||
|
|||
|
hey buddy,
You can get this thing done through few commands...as... 1. /usr/sbin/netstat -i 2. hostname if you don't find the netstat then give the following command... "whereis netstat" it'll give you the location of the command from where you can run that. I think this will work for you . |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|