HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unix Command
Operating System - HP-UX
1834133
Members
2302
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
01-24-2008 09:22 PM
01-24-2008 09:22 PM
Dear all,
I am looking for a command , which displays all files in that directory , Those files were created more than 90 days before.
I read 'man find' , -atime , -mtime it seems it's not I want.
Thank you!
I am looking for a command , which displays all files in that directory , Those files were created more than 90 days before.
I read 'man find' , -atime , -mtime it seems it's not I want.
Thank you!
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2008 10:29 PM
01-24-2008 10:29 PM
Solution
Most Unix-style filesystems won't store the file creation time.
Sometimes the "ctime" timestamp is misdocumented as creation time - that is NOT true.
The three standard timestamps are:
mtime - when the _content_ of the file was last modified
ctime - when the inode information (owner, permissions and other metadata) was last changed
atime - the time of the last access (even reading the file)
You would need some other source of information to solve your problem. For example, a stored directory listing or a backup that's made exactly 90 days ago.
MK
Sometimes the "ctime" timestamp is misdocumented as creation time - that is NOT true.
The three standard timestamps are:
mtime - when the _content_ of the file was last modified
ctime - when the inode information (owner, permissions and other metadata) was last changed
atime - the time of the last access (even reading the file)
You would need some other source of information to solve your problem. For example, a stored directory listing or a backup that's made exactly 90 days ago.
MK
MK
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP