|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
File creation time
Hi Everybody,
I would like to know file creation date and time in linux. I went throgh google and forums got some information but from that i am not sure for my question. Please check the following information. "ls -l" ==> but it is just gives the last modified time and date of the file. # stat <filename>==>but it is giving information about access time, modified time and changing time. Please share with you answers with me. Thanks, Mastan |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
you can retrieve the creation time in
ext4 file system . Other filesystem doesnt have this information. Code:
debugfs -R 'stat <INODE_NUMBER_OF_FILE>' /ext4/filesystem you can retrieve the inode number by using ls -i filename |
| The Following 2 Users Say Thank You to itkamaraj For This Useful Post: | ||
Scott (12-19-2012), thmnetwork (01-02-2013) | ||
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Very much thnx scott
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| find file creation time | learnbash | Shell Programming and Scripting | 2 | 05-31-2010 04:00 AM |
| File creation time in seconds | chary | Shell Programming and Scripting | 7 | 04-24-2010 09:17 PM |
| File creation time | mr_manii | Programming | 2 | 08-28-2009 07:56 AM |
| Unix File creation time | tinivt | Shell Programming and Scripting | 2 | 01-23-2007 05:27 AM |
| file creation time | sskb | UNIX for Dummies Questions & Answers | 1 | 10-04-2001 12:03 PM |
|
|