<?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>file | /var/logs/paulooi.log</title>
	<atom:link href="https://logs.paulooi.com/tag/file/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Tue, 25 Jan 2011 09:00:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Modify or Adjust File Date Time on Unix/Linux</title>
		<link>https://logs.paulooi.com/modify-or-adjust-file-date-time-on-unixlinux.php</link>
					<comments>https://logs.paulooi.com/modify-or-adjust-file-date-time-on-unixlinux.php#respond</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Sat, 10 Jul 2010 15:26:48 +0000</pubDate>
				<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[<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...</p>
The post <a href="https://logs.paulooi.com/modify-or-adjust-file-date-time-on-unixlinux.php">Modify or Adjust File Date Time on Unix/Linux</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></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>The post <a href="https://logs.paulooi.com/modify-or-adjust-file-date-time-on-unixlinux.php">Modify or Adjust File Date Time on Unix/Linux</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/modify-or-adjust-file-date-time-on-unixlinux.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Changing File&#8217;s Date and Time on Unix Systems</title>
		<link>https://logs.paulooi.com/changing-files-date-and-time-on-unix-systems.php</link>
					<comments>https://logs.paulooi.com/changing-files-date-and-time-on-unix-systems.php#respond</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Tue, 15 Jul 2008 18:12:55 +0000</pubDate>
				<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[<p>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...</p>
The post <a href="https://logs.paulooi.com/changing-files-date-and-time-on-unix-systems.php">Changing File’s Date and Time on Unix Systems</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></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>The post <a href="https://logs.paulooi.com/changing-files-date-and-time-on-unix-systems.php">Changing File’s Date and Time on Unix Systems</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/changing-files-date-and-time-on-unix-systems.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
