<?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>ten.ynottony.net &#187; log</title>
	<atom:link href="http://ten.ynottony.net/tag/log/feed/" rel="self" type="application/rss+xml" />
	<link>http://ten.ynottony.net</link>
	<description>He's at it again...</description>
	<lastBuildDate>Sat, 05 Feb 2011 11:21:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Handy Hints: Emptying log files</title>
		<link>http://ten.ynottony.net/2009/04/handy-hints-emptying-log-files/</link>
		<comments>http://ten.ynottony.net/2009/04/handy-hints-emptying-log-files/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 12:59:46 +0000</pubDate>
		<dc:creator>Anthony Batchelor</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[sys-admin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[log]]></category>

		<guid isPermaLink="false">http://ten.ynottony.net/?p=80</guid>
		<description><![CDATA[When emptying log files, don&#8217;t just rm log_file.log as the disk space won&#8217;t be freed until the application that is logging is restarted. It is better to use &#62; log_file.log as that will allow the file system to free the &#8230; <a href="http://ten.ynottony.net/2009/04/handy-hints-emptying-log-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When emptying log files, don&#8217;t just <code>rm log_file.log</code> as the disk space won&#8217;t be freed until the application that is logging is restarted.</p>
<p>It is better to use <code>&gt; log_file.log</code> as that will allow the file system to free the space that is used by the open file.</p>
]]></content:encoded>
			<wfw:commentRss>http://ten.ynottony.net/2009/04/handy-hints-emptying-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

