Operating System - HP-UX
1832953 Members
2638 Online
110048 Solutions
New Discussion

Re: Directory Creation Date.

 
SOLVED
Go to solution
Taulant Shamo
Frequent Advisor

Directory Creation Date.

Hello,

Some one pretends that he has created one directory today, but I'm sure that directory was created before by me.

How can I check which date that directory is created. Because in that directory are transferred many files and the time stamp with "ll" comand is changed (modified) to last file transferred.

Thank you
4 REPLIES 4
Pat Lieberg
Valued Contributor

Re: Directory Creation Date.

From what I remember, there is no creation date stored for files or directories.
RAC_1
Honored Contributor

Re: Directory Creation Date.

There is no creation time in unix that is stored. Unless the file is changes (ctime), ctime is creation time. But once file is changed, you can not know creation time.
There is no substitute to HARDWORK
Kasper Hedensted
Trusted Contributor
Solution

Re: Directory Creation Date.

You could check your backup:

For example if he claims it was created yesterday, check the backup from the day before.

Cheers
Taulant Shamo
Frequent Advisor

Re: Directory Creation Date.

Thanks