Announcement

Collapse
No announcement yet.

How to get file creation time in EXT4 partition?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to get file creation time in EXT4 partition?

    According to Wikipedia the ext4 has store the file creation time. How can I get this information? The Dolphin and the Krusader only show the Modified and the Accessed date.

    #2
    stat

    Please Read Me

    Comment


      #3
      Originally posted by oshunluvr View Post
      stat
      see man stat
      Code:
      stat -c %w fu.barr
      will give the birth date of the file if it is available or "-" if not ......
      Code:
      stat fu.barr
      gives more ..... including the birth date.

      VINNY
      i7 4core HT 8MB L3 2.9GHz
      16GB RAM
      Nvidia GTX 860M 4GB RAM 1152 cuda cores

      Comment


        #4
        Doesn't work. It gives "-"

        Comment


          #5
          Originally posted by Joey Mendez View Post
          Doesn't work. It gives "-"
          http://unix.stackexchange.com/questi...-empty-on-ext4

          Comment

          Working...
          X