![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing Creation Date to a Prespecified Date of a File In Unix | monkfan | UNIX for Dummies Questions & Answers | 4 | 11-28-2006 04:15 AM |
| user account creation date | lilweezy | UNIX for Dummies Questions & Answers | 2 | 05-24-2006 01:12 PM |
| Account creation date | Hayez | UNIX for Dummies Questions & Answers | 2 | 08-01-2005 11:44 PM |
| file creation date & time | alisevA3 | UNIX for Dummies Questions & Answers | 3 | 07-08-2005 02:21 AM |
| Converting the File Creation Date to a new format | barney_clough | UNIX for Dummies Questions & Answers | 1 | 06-12-2002 04:43 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
How to findout the creation date?
Hi all
Is ther anyway I can findout the date on which a file was created??? Regards Sube |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You cannot get the creation timestamp of the file, but you can get the access time, modification time using the command
Code:
stat filename |
|
#3
|
|||
|
|||
|
But, in the name of God, why?
|
|
#4
|
||||
|
||||
| Google The UNIX and Linux Forums |