Time, Attention, and Creative Work. After 4 years and a lot of productivity pr0n, we’re shifting gears. Re-learn how to use 43 Folders. Then back to work. [»]
”What’s 43 Folders?”
43Folders.com is Merlin Mann’s website about finding the time and attention to do your best creative work.
Creation time for files in Linux
bendgamine | Apr 28 2007
Hello All, Is there a command to find the time & date of creation of a file in Linux. If i do a stat, i could get the file details. But i'm unable to get the time of creation of file. Can someone tell me if there is a command to find the time & date of creation of a file in Linux? Thanks! 2 Comments
POSTED IN:
Strictly speaking, no. 'ls...Submitted by jason.mcbrayer on April 29, 2007 - 3:38am.
Strictly speaking, no. 'ls -lc' will show you the 'ctime' of files, but that isn't actually the creation time. It's the time of last modification of file metadata, which could be the file's creation time, but it could also be the last time it was renamed, had its permissions changed, etc. »
Yes, the linux file systems...Submitted by enine on May 3, 2007 - 3:55am.
Yes, the linux file systems are a little different and all that I know of don't track it. I've been using the file metadata anyway since its more accurate as I've found that even in OS's that do track file creation time moving files to another drive messes it up since the file gets created on that drive. So when you put a new drive in your laptop and copy all the files from the old one the creation times are all changed to the time of the copy. »
About bendgamine |
|
| EXPLORE 43Folders | THE GOOD STUFF |