Tuesday 17 February 2015

Linux : Get the IP adress of the machine connect to Linux server through putty / VNC server

who am i|awk '{ print $5}'

Eg:

[appldev@tsiebsapp01 log]$ who am i|awk '{ print $5}'
(192.10.10.197)
[appldev@tsiebsapp01 log]$

No comments:

Post a Comment

Oracle : Database Startup Time

 Oracle Instance Startup Time SET LINES 2000 SET PAGES 9999 COLUMN INSTANCE_NAME FOR A20 SELECT     instance_name,     to_char(startup_time,...