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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

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