Operating System - HP-UX
1820243 Members
2432 Online
109621 Solutions
New Discussion юеВ

File(or)Dir Created time with seconds? Any Commands?

 
SOLVED
Go to solution
sudhapage
Regular Advisor

File(or)Dir Created time with seconds? Any Commands?

Hi

I want to check file or directory created time with seconds using commands. I have tried all the ways. Only hours & minutes only displaying. If any one knows please reply.

Regards,
Sudhakaran.K
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: File(or)Dir Created time with seconds? Any Commands?

Your first problem is going to be that Unix does not store the creation time, only the time of last modification.


Pete

Pete
sudhapage
Regular Advisor

Re: File(or)Dir Created time with seconds? Any Commands?

Yes you are correct, i mean that modification time only. If you know how to see the modification time with seconds?

Regards,
Sudhakaran.K
Pete Randall
Outstanding Contributor
Solution

Re: File(or)Dir Created time with seconds? Any Commands?

sudhapage
Regular Advisor

Re: File(or)Dir Created time with seconds? Any Commands?

Thanks Pete Randall.