Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Time of last login for users
Name: Strikerlight Date: April 29, 2005 at 02:27:32 Pacific OS: AIX CPU/Ram: ?
Comment:
I would like a script to give me username and last login as a date. So far, using lsuser -a time_last_login in a script I can produce a file with lines giving Username time+last_login=nnnnnnnnnn
How can I make the script produce a date instead of the long number
Summary: To be accurate, Unix does not have a file creation time - just a file modification time. The modification time is changed each time a file is written to. Any user with write permission on a file ca...