Hi
Is it possible to get the creation date/time of a file in aix4.3.3
file is change several times since then, so date in "ls -l" shows date of
latest use
TIA
kn?kmans
TIA
kn?kmans
> TIA
> kn?kmans
Creation date/time of file is _never_ stored on any Unix.
The only timestamps stored are:
- mtime: date of last modification,
- atime: date of last access,
- and ctime: date of last change on the i-node.
sorry, but there is no possibility for you to get creation timestamp...
Hubert.
However, that doesn't help on AIX.
--
Dale Talcott, IT Research Computing Services, Purdue University
...
UInt32 createDate;
UInt32 contentModDate;
UInt32 attributeModDate;
UInt32 accessDate;
UInt32 backupDate;
...
So, creation time is on a par with access and mod times.
However, the in-memory vnode structure has only the three traditional
timestampes. You must use a special API to read/write the additional
info in the catalog entries.
--
Dale Talcott, IT Research Computing Services, Purdue University
1. Problem with changing date format in aix4.3.3
Hi everybody
I have got problem in changing Date format in AIX 4.3.3. I want to
change the format to dd/mm/yy. Is there anybody out there to help me.
sanjay
2. SVGALib
5. what different is it to hook the system call between aix4.2.1 and aix4.3.3?
7. getting the creation date of a file
8. IP Aliasing
9. getting a files creation date
10. How do I make file creation time same as shown by 'date' command
11. File Creation and Modified Date and Time
12. What's the limit of file size in AIX4.3.3
13. time of file creation only showing date