I know you can't for files, but is there by any chance a way to check this for folders?
Asked
Active
Viewed 193 times
1 Answers
0
It is not possible to get creation time of any files in linux, since
Each file has three distinct associated timestamps: the time of last data access, the time of last data modification, and the time the file status last changed.
Also you as you wrote in your question "I know you can't for files, but is there by any chance a way to check this for folders?", in linux, all files and directories are considered as files, so you have your own answer in your question.

Rakholiya Jenish
- 3,165
- 18
- 28
-
As discussed [here](http://stackoverflow.com/questions/14842195/how-to-get-file-creation-date-time-in-bash-debian) – Shelltux Jun 24 '15 at 21:14
-
@Shelltux well then it seems to be a duplicate question. BTW thanks. – Rakholiya Jenish Jun 24 '15 at 21:14