How to get the time information whe a file or direcotry has been created.?

Latest response

Hi Techy Guys,

 

Is there any command to know the time information of a file / folder when it has been created first. I am not talking about access / modification time as we get these by

 

ls --time=ctime -ltrh tata
 

ls --time=atime -ltrh tata

 

I just want to know the time when it was created first time by the command touch / vi / vim.
 

Responses