- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Account/File/Directory creation time
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 01:57 PM
07-17-2006 01:57 PM
Do you have any idea of how I can find out when a unix login account was created ? Same question applies for when a file/directory was created ?
Thanks
Joe
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 02:08 PM
07-17-2006 02:08 PM
Re: Account/File/Directory creation time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 03:38 PM
07-17-2006 03:38 PM
Re: Account/File/Directory creation time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 04:51 PM
07-17-2006 04:51 PM
SolutionYou can check this :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1000327&admit=-682735245+1153198246237+28353475
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 04:56 PM
07-17-2006 04:56 PM
Re: Account/File/Directory creation time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 05:05 PM
07-17-2006 05:05 PM
Re: Account/File/Directory creation time
Check my thread : http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=956122
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 03:31 AM
10-24-2006 03:31 AM
Re: Account/File/Directory creation time
When the account is created,a .profile file is created for that account.If we use
"ls -al accountname" we get the listing of the .profile file also which includes the timestamp for the .profile file.This timestamp is the same as the timestamp when the account was created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 04:10 AM
10-24-2006 04:10 AM
Re: Account/File/Directory creation time
That *MIGHT* work, but it assumes that the .profile has not been changed since the account was created. That could be a very dangerous assumption.
The bottom line is that there is NOT a guaranteed surefire way to get account creation time.
A method to track it *COULD* be implemented by putting a date/time in the GECOS field in the /etc/passwd file when users are created. Again though, anyone with proper authorization could modify that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 01:07 PM
10-24-2006 01:07 PM