<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: atime, ctime and mtime in Unix filesystems</title>
	<atom:link href="http://www.unixtutorial.org/2008/04/atime-ctime-mtime-in-unix-filesystems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2008/04/atime-ctime-mtime-in-unix-filesystems/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Thu, 26 Jan 2012 23:00:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: How to check the last modified time of the file.</title>
		<link>http://www.unixtutorial.org/2008/04/atime-ctime-mtime-in-unix-filesystems/comment-page-1/#comment-7076</link>
		<dc:creator>How to check the last modified time of the file.</dc:creator>
		<pubDate>Thu, 05 Jan 2012 12:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=45#comment-7076</guid>
		<description>[...] will get bunch of help  here are some links http://www.cyberciti.biz/faq/howto-f...files-by-date/ http://www.unixtutorial.org/2008/04/...x-filesystems/  and I believe stat should work in unix as well but best of [...]</description>
		<content:encoded><![CDATA[<p>[...] will get bunch of help  here are some links <a href="http://www.cyberciti.biz/faq/howto-f...files-by-date/" rel="nofollow">http://www.cyberciti.biz/faq/howto-f&#8230;files-by-date/</a> <a href="http://www.unixtutorial.org/2008/04/...x-filesystems/" rel="nofollow">http://www.unixtutorial.org/2008/04/&#8230;x-filesystems/</a>  and I believe stat should work in unix as well but best of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zen of Linux</title>
		<link>http://www.unixtutorial.org/2008/04/atime-ctime-mtime-in-unix-filesystems/comment-page-1/#comment-6863</link>
		<dc:creator>Zen of Linux</dc:creator>
		<pubDate>Mon, 14 Jun 2010 21:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=45#comment-6863</guid>
		<description>@Gleb Reys
Actually this isn&#039;t 100% true. (Ext3) and Ext4, especially NTFS support creation time stamps (crtime), the former via the ext_attr option and the latter (unverified) via ntfs-3g. The problem is getting them as no user tools seem to have access...</description>
		<content:encoded><![CDATA[<p>@Gleb Reys<br />
Actually this isn't 100% true. (Ext3) and Ext4, especially NTFS support creation time stamps (crtime), the former via the ext_attr option and the latter (unverified) via ntfs-3g. The problem is getting them as no user tools seem to have access&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: On Extracting Transforming and Loading &#171; Allan&#8217;s Musings</title>
		<link>http://www.unixtutorial.org/2008/04/atime-ctime-mtime-in-unix-filesystems/comment-page-1/#comment-4448</link>
		<dc:creator>On Extracting Transforming and Loading &#171; Allan&#8217;s Musings</dc:creator>
		<pubDate>Wed, 20 May 2009 00:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=45#comment-4448</guid>
		<description>[...] sufficient to simply save the most recent data. Similarly data derived from the filesystem (such as mtime and ctime) could be inaccurate. Possibly related posts: (automatically generated)Prism, handing the [...]</description>
		<content:encoded><![CDATA[<p>[...] sufficient to simply save the most recent data. Similarly data derived from the filesystem (such as mtime and ctime) could be inaccurate. Possibly related posts: (automatically generated)Prism, handing the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gleb Reys</title>
		<link>http://www.unixtutorial.org/2008/04/atime-ctime-mtime-in-unix-filesystems/comment-page-1/#comment-4046</link>
		<dc:creator>Gleb Reys</dc:creator>
		<pubDate>Sat, 09 May 2009 02:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=45#comment-4046</guid>
		<description>Hi Tom,

create time isn&#039;t tracked anywhere, so you can&#039;t really determine it. The above mentioned 3 times is all we have.</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>create time isn't tracked anywhere, so you can't really determine it. The above mentioned 3 times is all we have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.unixtutorial.org/2008/04/atime-ctime-mtime-in-unix-filesystems/comment-page-1/#comment-2443</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 19 Mar 2009 18:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=45#comment-2443</guid>
		<description>Hi,
This page was very helpful today!
Do you know of any way to see the &quot;create time&quot;, so that I could compare it to the last updated time, in order to see how long it took a file to download?
Thanks,
Tom</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This page was very helpful today!<br />
Do you know of any way to see the "create time", so that I could compare it to the last updated time, in order to see how long it took a file to download?<br />
Thanks,<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: touch - change file timestamps &#124; Unix Commands</title>
		<link>http://www.unixtutorial.org/2008/04/atime-ctime-mtime-in-unix-filesystems/comment-page-1/#comment-1253</link>
		<dc:creator>touch - change file timestamps &#124; Unix Commands</dc:creator>
		<pubDate>Tue, 18 Nov 2008 10:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=45#comment-1253</guid>
		<description>[...] atime, ctime and mtime in Unix filesystems [...]</description>
		<content:encoded><![CDATA[<p>[...] atime, ctime and mtime in Unix filesystems [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Changing atime and mtime for a File in Unix &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2008/04/atime-ctime-mtime-in-unix-filesystems/comment-page-1/#comment-1251</link>
		<dc:creator>Changing atime and mtime for a File in Unix &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Tue, 18 Nov 2008 10:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=45#comment-1251</guid>
		<description>[...] all files and directories in Unix filesystems have three timestamps associated with them - atime, ctime and mtime. Since questions about modifying access time (atime) and modification time (mtime) are quite [...]</description>
		<content:encoded><![CDATA[<p>[...] all files and directories in Unix filesystems have three timestamps associated with them &#8211; atime, ctime and mtime. Since questions about modifying access time (atime) and modification time (mtime) are quite [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/11 queries in 0.005 seconds using disk: basic
Object Caching 366/367 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: unixtutorial.s3.amazonaws.com

Served from: www.unixtutorial.org @ 2012-02-08 01:13:17 -->
