answersLogoWhite

0


Best Answer

Most Unix-like operating systems don't store the creation time (crtime). If you think about it, its actually not a very useful feature to most people. If the file has never been changed, then its creation date would be the same as the last modified time (mtime) anyway. If the file was automatically created by a program or when the system was installed, the times for several files might be the same, making it useless for organization. If you import files from a file system that doesn't store creation time or had the wrong system time, the time will also be wrong or useless.

A few file systems for Linux (such as ext4, for instance), do have the technical capability to store crtime, but very few tools and libraries have been updated to make use of it, as it is 1.) not standard or common, and 2.) is not really useful and thus not a very high priority.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why doesn't Linux store file creation time?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which of the following utilities would you use to create a file system in Linux?

For linux file system creation there are many utilities.Example commands and utilities to create partitions:fdiskcfdiskcgdiskpartedGPartedFile system types:NTFSextext2ext3ext4swapfatbtrfs...All basically does the same with slight added or reduced functionality


What is the oldest Linux file system?

The first file system Linux supported was the MINIX file system.


What is file manager in Linux?

There is no set file manager in linux. Examples of Linux file managers include but: Nautilus (GNOME) Thunar (XFCE) Dolphin (KDE)


What is a Word for to give a file a name and store the file in a certain place?

In MS 'Windows' use "Save As" in the toolbar's "File" menu. I don't know about other operating-systems such as Linux.


What Linux command can you use to make a quick note to store in a file called meeting?

echo "text goes here" > meeting


What is the Linux Virtual File System used for?

The Linux VFS (Virtual File System) may be thought of as a sort of interface between the Linux kernel and the mounted file systems. There can be many different file system types mounted simultaneously and VFS allows the Linux kernel to see and address them all in a similar way. This provides Linux with a great deal of flexibility. [JMH]


How do you highlight a particular word in a text file via Linux terminal?

On an ordinary text file this cannot be done via any OS or terminal, as the file cannot store such attributes. On other files, this depends on the software used to edit the file.


What file system does Red Hat Enterprise Linux use?

ext3 is the default file system for Red Hat Enterprise Linux.


How do you edit an inode in Linux since everything in Linux is a file?

You don't edit inodes manually. They are managed by the file system driver.


Where can one learn about Linux file server?

One could find information online regarding Linux file servers at the HowToForge website. The site covers everything one would need to know about Linux file servers.


How do you access a Linux partition from Windows XP?

There are programs you can download that will read Linux file systems. Common file systems are ext2 and ext3.


Where is the source to the Linux kernel stored on the file system?

Traditionally in /usr/src/linux.