Penguin

Differences between current version and predecessor to the previous major change of FileTimes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 7 Last edited on Wednesday, January 28, 2009 10:27:22 am by AristotlePagaltzis
Older page: version 6 Last edited on Monday, July 9, 2007 4:32:37 pm by LawrenceDoliveiro Revert
@@ -1,18 +1 @@
-!!atime  
-The atime is the file access time for a file or directory and records the time the file was last accessed. It is updated by the filesystem each time the file is accessed for a read or write operation, unless the filesystem is [Mount ]ed readonly or with the <tt>noatime</tt> option.  
-  
-To display a file's atime run: ''ls -lu <filename>''  
-  
-!!mtime  
-The mtime is the file modification time for a for a file or directory and records the time that the file was last modified.  
-It is the most recent time the file was closed after it was opened for write.  
-  
-To display a file's mtime run: ''ls -lt <filename>''  
-  
-  
-!!ctime  
-The "ctime" is the file change time for a file or directory and records the time file's [Inode] was last changed. It is updated by the filesystem each time the file's permissions, ownership, link-counts, size of the file etc. are changed.  
-  
-To display a file's ctime run : ''ls -lc <filename>''  
-  
-__ls__ normally only displays times to the nearest minute. To get the full resolution that the filesystem supports, use the <tt>--full-time</tt> option
+Describe [FileTimes ] here