linux - Is there a way to know the creation time of a file in ubuntu? -


i using ubuntu , want know creation time of file when gets modified or accessed ?

unfortunately unix not store creation time of file.

all able using stat is

  1. time of last access
  2. time of last modification
  3. time of last status change

note: when using filesystem type ext4 crtime available!


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -