- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file date/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
11-23-2003 09:09 PM
11-23-2003 09:09 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 09:15 PM
11-23-2003 09:15 PM
Re: file date/time
ls -lu gives last access time.
ls -lc gives creation time.
-- Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 09:26 PM
11-23-2003 09:26 PM
Re: file date/time
Using ll mylog,
-rw-r--r-- 1 root root 69196 Nov 24 17:42 mylog
I'd like to use command to show the mylog date/time is 11 24 17:42 not Nov 24 17:42,
Is it possible to do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 09:37 PM
11-23-2003 09:37 PM
Re: file date/time
I'm not an expert in it's use.
Search the forums, or start here...
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=202019
-- Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 01:00 AM
11-24-2003 01:00 AM
SolutionYou could you a variant of the very simple attached C prog.
/home/phelix/FORUMS> ./e2 e.c
File 'e.c' :
Last access : 2003 11 24 14 53 30
Last modification : 2003 11 24 14 56 12
Last attr change : 2003 11 24 14 56 12
/home/phelix/FORUMS>
Regards,
Jean-Louis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 04:58 AM
11-24-2003 04:58 AM
Re: file date/time
have a look here:
http://publib16.boulder.ibm.com/pseries/en_US/files/aixfiles/LC_TIME.htm
greetings,
Michael