Skip to main content

Diigo Home

Creation time for files in Linux - TechEnclave - The Diigo Meta page

www.techenclave.com/...-for-files-in-linux-89051.html - Cached - Annotated View

Joel Liu's personal annotations on this page

joel
Joel bookmarked on 2007-04-18 file linux ls time
  • ^ You can't find creation time for a file. It isn't stored anywhere. Files have a last-modified time (shown by "ls -l"), a last-accessed time (shown by "ls -lu") and an inode change time (shown by "ls -lc"). The latter is often referred to as the "creation time" - even in some man pages -but that's wrong; it's also set by such operations as mv, ln, chmod, chown and chgrp.

This link has been bookmarked by 1 people . It was first bookmarked on 18 Apr 2007, by Joel Liu.

  • 18 Apr 07
    • ^ You can't find creation time for a file. It isn't stored anywhere. Files have a last-modified time (shown by "ls -l"), a last-accessed time (shown by "ls -lu") and an inode change time (shown by "ls -lc"). The latter is often referred to as the "creation time" - even in some man pages -but that's wrong; it's also set by such operations as mv, ln, chmod, chown and chgrp.