Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 18204  / 2 Years ago, fri, october 21, 2022, 3:01:24

I am looking for a way to check when a specific folder and also a specific file were created. Is it possible?



My system uses the ext3 file system.



Thanks a lot!


More From » filesystem

 Answers
2

Most Unix-like operating systems don't store the creation time of file or directories. You can get their modification time, last access time, and inode change time via the ls and stat commands.



But, there are some third party tools as we can see in other answers.
And, FreeBSD seems to have that capability. See @Graham Perrin's comment here which goes to that answer.


[#42150] Friday, October 21, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nquirewha

Total Points: 256
Total Questions: 109
Total Answers: 122

Location: Namibia
Member since Mon, Feb 21, 2022
2 Years ago
;