![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Find user password expiry date | oztoma | UNIX for Dummies Questions & Answers | 4 | 04-17-2009 10:07 AM |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 08:12 PM |
| Use date command to find last month | Cbish68 | Shell Programming and Scripting | 5 | 08-10-2007 10:32 AM |
| Changing Creation Date to a Prespecified Date of a File In Unix | monkfan | UNIX for Dummies Questions & Answers | 4 | 11-28-2006 07:15 AM |
| user account creation date | lilweezy | UNIX for Dummies Questions & Answers | 2 | 05-24-2006 04:12 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Quote:
Can track those kinds of things. If your company is SOX compliant it can very well be that you need this to be in place to be SOX compliant. You can check out the following links: http://www.terminalcult.org/manpages...&Search=Search http://www.terminalcult.org/manpages...&Search=Search http://www.terminalcult.org/manpages...&Search=Search Regards, Johan Louwers. ***Moderators note: Signature removed from post -- reborg. Last edited by reborg; 01-05-2007 at 03:20 PM.. |
|
||||
|
Very true. But we dont this in place on the server now.
And we are trying to find this out for an existing user. We tried checking the user home directory for the timestamps of .bash_profile etc. Not sure, if this is the only way available. Just trying to find out easy ways for doing the same. Cheers, Murli. ![]() |
|
||||
|
Quote:
just a thought. but i'm almost certain if you do a ls -ld on the home directory of the user that should bring you closer to the exact date it was created. ls -ld /home/user'shomedirectory (check the 6th and 7th columns) |
|
||||
|
Quote:
actually, this can be wrong since the 6th and 7th columns date gets updated each time the contents of the directory changes. however, depending on the frequency of the user's usages you can do a ls -ltcr in the user's home directory and look at the date of oldest file in there. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|