![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help me While zipping the file | Jolly | UNIX for Advanced & Expert Users | 7 | 05-11-2007 11:05 AM |
| Zipping | dreams5617 | UNIX for Dummies Questions & Answers | 1 | 02-11-2007 08:03 PM |
| zipping in a loop | kotasateesh | Shell Programming and Scripting | 2 | 01-10-2007 08:14 AM |
| Zipping the dir | dreams5617 | Shell Programming and Scripting | 1 | 07-26-2006 01:20 AM |
| zipping across platforms | MizzGail | UNIX for Dummies Questions & Answers | 8 | 05-19-2005 02:01 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
AFAIK The actual creation time is not tracked. The man page for stat reveals the 3 different valus you can key off of...
st_atime Time when file data was last accessed. Changed by the following functions: creat(), mknod(), pipe(), utime(2), and read(2). st_mtime Time when data was last modified. Changed by the fol- lowing functions: creat(), mknod(), pipe(), utime(), and write(2). st_ctime Time when file status was last changed. Changed by the following functions: chmod(), chown(), creat(), link(2), mknod(), pipe(), unlink(2), utime(), and write(). |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|