- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to list files > 1 year in HP-UX?
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
11-01-2004 05:59 PM
11-01-2004 05:59 PM
How to list files > 1 year in HP-UX?
May I know how can I list files that is > 1 year in HP-UX?
From # man find, atime, mtime & ctime only apply for 24 hour.
Kindly advice. Thank you.
- Tags:
- find
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 06:21 PM
11-01-2004 06:21 PM
Re: How to list files > 1 year in HP-UX?
-atime n -mtime n -ctime n
n --> multiples of 24 hours
So, I can actually do:
# find
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 08:30 PM
11-01-2004 08:30 PM
Re: How to list files > 1 year in HP-UX?
It depends of what it is important for you: atime refers to the last Access Time; mtime refers to the last Modification Time; ctime refers the last Change Time.
For exemle, to find files not changed for more than a year, execute:
find
Best Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 01:48 PM
11-02-2004 01:48 PM
Re: How to list files > 1 year in HP-UX?
What are the meanings of 'modification' and 'change'?? ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 02:07 PM
11-02-2004 02:07 PM
Re: How to list files > 1 year in HP-UX?
contents of a file; e.g; you modify a line of text from "Cletus" to "Bubba" (or add a "Bubba" record). On the other hand, "change" refers to a file's metadata. i.e. a
chmod, chown, or chgrp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 02:20 PM
11-02-2004 02:20 PM