<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>takizo, not takezo &#187; file</title>
	<atom:link href="http://systems.takizo.com/tag/file/feed/" rel="self" type="application/rss+xml" />
	<link>http://systems.takizo.com</link>
	<description>the systems admin blog</description>
	<lastBuildDate>Fri, 25 Nov 2011 00:55:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Modify or Adjust File Date Time on Unix/Linux</title>
		<link>http://systems.takizo.com/2010/07/10/modify-or-adjust-file-date-time-on-unixlinux/</link>
		<comments>http://systems.takizo.com/2010/07/10/modify-or-adjust-file-date-time-on-unixlinux/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 15:26:48 +0000</pubDate>
		<dc:creator>takizo</dc:creator>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://systems.takizo.com/?p=1021</guid>
		<description><![CDATA[You have folders or files in your server last modified date/time was 3 months ago, sometime for some reason we would like to change files or folders last modified date/time to older or recent date. You can modify the date/time of a folder or file with Unix/Linux touch command. For example I have a file [...]]]></description>
			<content:encoded><![CDATA[<p>You have folders or files in your server last modified date/time was 3 months ago, sometime for some reason we would like to change files or folders last modified date/time to older or recent date. You can modify the date/time of a folder or file with Unix/Linux <strong><em>touch</em></strong> command. </p>
<p>For example I have a file name wireless.pcap, last update or created was in year 2009. I can change the last modify time by the <strong>touch</strong> command <strong>touch -t yyyymmddhhmm filename</strong></p>
<p>shell> touch -t 201007101540 wireless.pcap</p>
<p>This will change the file last updated date and time to 10th July 2010 15:40pm.</p>
]]></content:encoded>
			<wfw:commentRss>http://systems.takizo.com/2010/07/10/modify-or-adjust-file-date-time-on-unixlinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing File&#8217;s Date and Time on Unix Systems</title>
		<link>http://systems.takizo.com/2008/07/16/changing-files-date-and-time-on-unix-systems/</link>
		<comments>http://systems.takizo.com/2008/07/16/changing-files-date-and-time-on-unix-systems/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 18:12:55 +0000</pubDate>
		<dc:creator>takizo</dc:creator>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[date and time]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://systems.takizo.com/?p=275</guid>
		<description><![CDATA[Change Data and Time of a File At times, we might want to change date and time of a file, for record purposes. For example, when you copying log file from remote machine, when it&#8217;s extract on local machine, the date and time will reflect to current date time. touch Command To update the date [...]]]></description>
			<content:encoded><![CDATA[<h3>Change Data and Time of a File</h3>
<p>At times, we might want to change date and time of a file, for record purposes. For example, when you copying log file from remote machine, when it&#8217;s extract on local machine, the date and time will reflect to current date time. </p>
<h3>touch Command </h3>
<p>To update the date and time of file, run;</p>
<p><em>touch -t ccyymmddhhMMSS filename</em></p>
<p>For more info, run;</p>
<p><em>man touch</em></p>
]]></content:encoded>
			<wfw:commentRss>http://systems.takizo.com/2008/07/16/changing-files-date-and-time-on-unix-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

