Results 1 to 2 of 2

Thread: File creation time - How to get?

  1. #1

    File creation time - How to get?

    I would need to get the original creation date of a file. The file is originally from a windows server on NTFS and the file was copied to Linux etx2. I can only find functions that let me see the date the file was modified or changed. Does the creation date get destroyed when the creation is modified or changed or is there the information left somewhere?

  2. #2
    Linux filesystems don't store the creation date.

    Code:
    # stat <filename>
    will provide the last access and modification times.

Similar Threads

  1. Exporting Visio Diagrams in Other File Formats
    By The Donald in forum Windows - General Topics
    Replies: 1
    Last Post: 07-08-2005, 12:55 PM
  2. How to use the Sysprep tool
    By CoolJsa14 in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 08:34 PM
  3. List of fixes included in Windows XP SP2
    By regix in forum Windows - General Topics
    Replies: 6
    Last Post: 01-03-2005, 10:44 PM
  4. Calling all mail server admins
    By demian in forum Linux - Hardware, Networking & Security
    Replies: 4
    Last Post: 04-21-2004, 08:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •