![]() |
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 |
| 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to find ot ctime , mtime ,atime | nilesrex | Shell Programming and Scripting | 5 | 11-08-2008 04:35 PM |
| mtime, ctime, and atime | Perderabo | Tips and Tutorials | 2 | 08-30-2007 09:13 AM |
| atime, ctime, mtime somewhere along csize.. | moxxx68 | UNIX for Dummies Questions & Answers | 4 | 03-02-2005 06:14 PM |
| Converting regular time to CTIME | PGPhantom | UNIX for Dummies Questions & Answers | 9 | 08-23-2002 09:47 PM |
| ctime & find | 98_1LE | UNIX for Dummies Questions & Answers | 1 | 06-22-2001 03:33 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||||
|
ctime refers to changes made to the file's inode (such as changing permissions, etc). mtime refers to changes to the data within the file. So cnewer will use a reference files inode change time for the comparision, whereas newer will use a reference files data modification time.
Some manual pages are very vague and don't make a clear distinction, so your confusion is understandable! FYI, there's also atime, which refers to file access time. Also, there is, unfortunately (and to the best of my knowledge), no way of finding file creation time through an inode. Cheers ZB |
|
|||||
|
See this thread.
|
![]() |
| Bookmarks |
| Tags |
| mtime |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|