[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Access by host
- Subject: [ale] Access by host
- From: cfowler at outpostsentinel.com (Christoper Fowler)
- Date: Thu, 18 Dec 2008 17:06:19 -0500
I need to write a program fired off by bash when someone logs
into a development system. This program will update a file on login
and logout.
Can anyone tell me if there is a more detailed version of 'whoami' that
will display the IP address? Another solution would be do execute
tty and then who and extract info that way.
Chris