<?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>Life of a Plesk Admin &#187; unix / linux</title>
	<atom:link href="http://www.lifeofapleskadmin.com/category/unix-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeofapleskadmin.com</link>
	<description>Where i go for Geek</description>
	<lastBuildDate>Wed, 04 Jan 2012 15:18:42 +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>How Do I Display the Contents of a Linux File?</title>
		<link>http://www.lifeofapleskadmin.com/2012/01/how-do-i-display-the-contents-of-a-linux-file/</link>
		<comments>http://www.lifeofapleskadmin.com/2012/01/how-do-i-display-the-contents-of-a-linux-file/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 18:11:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[unix / linux]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=369</guid>
		<description><![CDATA[$ cat filename The cat command (short for concatenate) shown in this example is like the DOS type command. In response to the command cat pig_info, the system simply splatters the file on the screen. If there is more data &#8230; <a href="http://www.lifeofapleskadmin.com/2012/01/how-do-i-display-the-contents-of-a-linux-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<pre>$ cat filename</pre>
<p>The cat command (short for concatenate) shown in this example is like the DOS type command. In response to the command cat pig_info, the system simply splatters the file on the screen. If there is more data in the file than will fit on one screen, the contents whiz by before you can see it. The more command solves this problem by displaying the file screen by screen:</p>
<pre>$ more filename</pre>
<p>Source: <a href="http://lowfatlinux.com/linux-display-files-cat.html">http://lowfatlinux.com/linux-display-files-cat.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2012/01/how-do-i-display-the-contents-of-a-linux-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching for files over 10MB in size</title>
		<link>http://www.lifeofapleskadmin.com/2010/11/searching-for-files-over-10mb-in-size/</link>
		<comments>http://www.lifeofapleskadmin.com/2010/11/searching-for-files-over-10mb-in-size/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 21:39:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[unix / linux]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=218</guid>
		<description><![CDATA[NOTE: To adjust the size of your search replace +10000k with the size you desired, such as the following: 50MB: +50000k 100MB: +100000k 500MB: +500000k find / -type f -size +10000k -exec ls -lh {} \; &#124; awk '{ print $5 ": " $9 &#8230; <a href="http://www.lifeofapleskadmin.com/2010/11/searching-for-files-over-10mb-in-size/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>NOTE:</strong></p>
<p>To adjust the size of your search replace +10000k with the size you desired, such as the following:</p>
<ul>
<li>50MB: +50000k</li>
<li>100MB: +100000k</li>
<li>500MB: +500000k</li>
</ul>
<pre>find / -type f -size +10000k -exec ls -lh {} \; | awk '{ print $5 ": " $9 }' |sort -n</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2010/11/searching-for-files-over-10mb-in-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Location of Horde Webmail on Plesk Server</title>
		<link>http://www.lifeofapleskadmin.com/2010/09/location-of-horde-webmail-on-plesk-server/</link>
		<comments>http://www.lifeofapleskadmin.com/2010/09/location-of-horde-webmail-on-plesk-server/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 19:06:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[plesk]]></category>
		<category><![CDATA[unix / linux]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=214</guid>
		<description><![CDATA[/usr/share/psa-horde/]]></description>
			<content:encoded><![CDATA[<pre>/usr/share/psa-horde/</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2010/09/location-of-horde-webmail-on-plesk-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edit file in gedit</title>
		<link>http://www.lifeofapleskadmin.com/2010/07/edit-file-in-gedit/</link>
		<comments>http://www.lifeofapleskadmin.com/2010/07/edit-file-in-gedit/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 20:16:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[unix / linux]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=207</guid>
		<description><![CDATA[sudo gedit /some/path/filename.php]]></description>
			<content:encoded><![CDATA[<pre>sudo gedit /some/path/filename.php</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2010/07/edit-file-in-gedit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily find or search files or directories</title>
		<link>http://www.lifeofapleskadmin.com/2010/02/easily-find-or-search-files-or-directories/</link>
		<comments>http://www.lifeofapleskadmin.com/2010/02/easily-find-or-search-files-or-directories/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 00:02:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[unix / linux]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=190</guid>
		<description><![CDATA[To search the current directory and all subdirectories for a folder or file, use the following command: find . -name filename Source: http://www.tech-recipes.com/rx/976/unixlinux-easily-find-or-search-files-or-directories/]]></description>
			<content:encoded><![CDATA[<p>To search the current directory and all subdirectories for a folder or file, use the following command:</p>
<pre>find . -name filename</pre>
<p>Source: <a href="http://www.tech-recipes.com/rx/976/unixlinux-easily-find-or-search-files-or-directories/">http://www.tech-recipes.com/rx/976/unixlinux-easily-find-or-search-files-or-directories/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2010/02/easily-find-or-search-files-or-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grep UID in Plesk from Qmail log</title>
		<link>http://www.lifeofapleskadmin.com/2009/12/grep-uid-in-plesk-from-qmail-log/</link>
		<comments>http://www.lifeofapleskadmin.com/2009/12/grep-uid-in-plesk-from-qmail-log/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 12:33:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[plesk]]></category>
		<category><![CDATA[unix / linux]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=167</guid>
		<description><![CDATA[Click on the header link in the mail server queue: Received: (qmail 30501 invoked by uid 10077); 3 Dec 2009 21:47:42 -0500 Date: 3 Dec 2009 21:47:42 -0500 Message-ID: &#60;20091204024742.30498.qmail@hostserver.com&#62; To: email@domain.com Subject: This is a test. MIME-Version: 1.0 Content-type: &#8230; <a href="http://www.lifeofapleskadmin.com/2009/12/grep-uid-in-plesk-from-qmail-log/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Click on the header link in the mail server queue:</p>
<pre>Received: (qmail 30501 invoked by uid <strong>10077</strong>); 3 Dec 2009 21:47:42 -0500
Date: 3 Dec 2009 21:47:42 -0500
Message-ID: &lt;20091204024742.30498.qmail@hostserver.com&gt;
To: email@domain.com
Subject: This is a test.
MIME-Version: 1.0
Content-type: text/html; charset=iso-8859-1
From: &lt;user@domain.com&gt;</pre>
<p>It says its invoked by uid 10077 which corresponds to the account on the /etc/password file:</p>
<pre>-bash-3.2# more /etc/passwd | grep <strong>10077</strong>
username:x:10077:2522::/var/www/vhosts/domain.com:/bin/false</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2009/12/grep-uid-in-plesk-from-qmail-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to search for a string in a selection of files</title>
		<link>http://www.lifeofapleskadmin.com/2009/11/how-to-search-for-a-string-in-a-selection-of-files/</link>
		<comments>http://www.lifeofapleskadmin.com/2009/11/how-to-search-for-a-string-in-a-selection-of-files/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 18:56:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[unix / linux]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=158</guid>
		<description><![CDATA[find . -exec grep &#34;www.athabasca&#34; '{}' \; -print This command will search in the current directory and all sub directories. All files that contain the string will have their path printed to standard output. Source: http://www.athabascau.ca/html/depts/compserv/webunit/HOWTO/find.htm]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">&quot;www.athabasca&quot;</span> <span style="color: #ff0000;">'{}'</span> \; <span style="color: #660033;">-print</span></pre></div></div>

<p>This command will search in the current directory and all sub directories. All files that contain the string will have their path printed to standard output.</p>
<p>Source: <a href="http://www.athabascau.ca/html/depts/compserv/webunit/HOWTO/find.htm">http://www.athabascau.ca/html/depts/compserv/webunit/HOWTO/find.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2009/11/how-to-search-for-a-string-in-a-selection-of-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kill do_backup process for 4PSA Total Plesk Backup</title>
		<link>http://www.lifeofapleskadmin.com/2009/11/kill-do_backup-process-for-4psa-total-plesk-backup/</link>
		<comments>http://www.lifeofapleskadmin.com/2009/11/kill-do_backup-process-for-4psa-total-plesk-backup/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 12:42:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[unix / linux]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=124</guid>
		<description><![CDATA[To debug kill the do_backup process: killall -9 do_backup and run it with debugging: /usr/local/tbackup/do_backup -d You should see exactly what happens.]]></description>
			<content:encoded><![CDATA[<p>To debug kill the do_backup process:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">killall</span> <span style="color: #660033;">-9</span> do_backup</pre></div></div>

<p>and run it with debugging:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>tbackup<span style="color: #000000; font-weight: bold;">/</span>do_backup <span style="color: #660033;">-d</span></pre></div></div>

<p>You should see exactly what happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2009/11/kill-do_backup-process-for-4psa-total-plesk-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to grep a mail log to see if a message bounced</title>
		<link>http://www.lifeofapleskadmin.com/2009/05/how-to-grep-a-mail-log-to-see-if-a-message-bounced/</link>
		<comments>http://www.lifeofapleskadmin.com/2009/05/how-to-grep-a-mail-log-to-see-if-a-message-bounced/#comments</comments>
		<pubDate>Sat, 23 May 2009 00:53:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[plesk]]></category>
		<category><![CDATA[unix / linux]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=107</guid>
		<description><![CDATA[Command: tail /usr/local/psa/var/log/maillog -n10000 &#124; grep &#34;user@example.com&#34; Notes: Better to tail than cat (in case its a big log) -n10000 is going back 10000 lines Add -f if you want to see a live feed of the log tail -f &#8230; <a href="http://www.lifeofapleskadmin.com/2009/05/how-to-grep-a-mail-log-to-see-if-a-message-bounced/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Command:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tail</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>psa<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>maillog <span style="color: #660033;">-n10000</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">&quot;user@example.com&quot;</span></pre></div></div>

<p>Notes:</p>
<p>Better to tail than cat (in case its a big log)</p>
<p>-n10000 is going back 10000 lines</p>
<p>Add -f if you want to see a live feed of the log</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tail</span> <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>psa<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>maillog <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">&quot;user@example.com&quot;</span></pre></div></div>

<p>Source: <a href="http://www.woyano.com/view/578/How-to-grep-a-mail-log-to-see-if-a-message-bounced">http://www.woyano.com/view/578/How-to-grep-a-mail-log-to-see-if-a-message-bounced</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2009/05/how-to-grep-a-mail-log-to-see-if-a-message-bounced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell du command tip &#8211; estimate file space usage and exclude particular files</title>
		<link>http://www.lifeofapleskadmin.com/2009/05/shell-du-command-tip-estimate-file-space-usage-and-exclude-particular-files/</link>
		<comments>http://www.lifeofapleskadmin.com/2009/05/shell-du-command-tip-estimate-file-space-usage-and-exclude-particular-files/#comments</comments>
		<pubDate>Fri, 22 May 2009 12:18:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[unix / linux]]></category>
		<category><![CDATA[du]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=101</guid>
		<description><![CDATA[The du command estimate file space usage and summarize disk usage of each FILE, recursively for directories. It displays the file system block usage for each file argument and for each directory in the file hierarchy rooted in each direc &#8230; <a href="http://www.lifeofapleskadmin.com/2009/05/shell-du-command-tip-estimate-file-space-usage-and-exclude-particular-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The du command estimate file space usage and summarize disk usage of each FILE, recursively for directories.</p>
<p>It displays the file system block usage for each file argument and for each directory in the file hierarchy rooted in each direc tory argument. If no file is specified it will use current directory.</p>
<p><strong>du command Examples</strong></p>
<p>Type du to display usage in current directory :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">du</span></pre></div></div>

<p>Pass -h option to display output in Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte (Human-readable output)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">du</span> <span style="color: #660033;">-h</span></pre></div></div>

<p>Display the name and size of each png file in the /ramdisk/figs/ directory as well as a total for all of the pngs:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">du</span> <span style="color: #660033;">-hc</span> <span style="color: #000000; font-weight: bold;">/</span>ramdisk<span style="color: #000000; font-weight: bold;">/</span>figs<span style="color: #000000; font-weight: bold;">/*</span>.png</pre></div></div>

<p>Another useful option is -c which produce a grand total:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">du</span> <span style="color: #660033;">-c</span></pre></div></div>

<p>Show the disk usage of the /home/vivek subdirectory:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">du</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vivek</pre></div></div>

<p>Show only a summary of the disk usage of the /home/vivek</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">du</span> <span style="color: #660033;">-hs</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vivek</pre></div></div>

<p>Exclude files that match PATTERN. For example do not count *.obj or *.jpg files:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">du</span> <span style="color: #660033;">-h</span> <span style="color: #660033;">--exclude</span>=<span style="color: #ff0000;">'*.obj'</span>
$ <span style="color: #c20cb9; font-weight: bold;">du</span> <span style="color: #660033;">-h</span> <span style="color: #660033;">--exclude</span>=<span style="color: #ff0000;">'*.jpg'</span></pre></div></div>

<p>A PATTERN is a shell pattern (not a regular perl or other expression). The pattern ? matches any one character, whereas * matches any string.</p>
<p><strong>Pipes and filters with du</strong></p>
<p>Now display everything sorted by filesize:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">du</span> <span style="color: #660033;">-sk</span> .<span style="color: #7a0874; font-weight: bold;">&#91;</span>A-z<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000; font-weight: bold;">*|</span> <span style="color: #c20cb9; font-weight: bold;">sort</span> <span style="color: #660033;">-n</span></pre></div></div>

<p>Display screenful output at a time as du generate more output than can fit on the console / screen:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">du</span> <span style="color: #660033;">-h</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">less</span></pre></div></div>

<p>To find top 3 directories, enter :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">du</span> <span style="color: #660033;">-sk</span> <span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sort</span> <span style="color: #660033;">-nr</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">head</span> <span style="color: #660033;">-3</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000;">4620348</span> var
<span style="color: #000000;">651972</span>  home
<span style="color: #000000;">27896</span>   usr
<span style="color: #000000;">21384</span>   lib64</pre></div></div>

<p><strong>Working without du</strong></p>
<p>Finally here is one liner (without du command) that prints top 10 filesize in Mb (thanks to dreyser for submitting idea):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># find /var -type f | xargs ls -s | sort -rn | awk '{size=$1/1024; printf(&quot;%dMb %s\n&quot;, size,$2);}' | head</span></pre></div></div>

<p>Output:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">31Mb <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>crash<span style="color: #000000; font-weight: bold;">/</span>_usr_lib_firefox_firefox-bin.1000.crash
22Mb <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>archives<span style="color: #000000; font-weight: bold;">/</span>linux-image-2.6.20-<span style="color: #000000;">16</span>-generic_2.6.20-<span style="color: #000000;">16.28</span>_i386.deb
16Mb <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>lists<span style="color: #000000; font-weight: bold;">/</span>in.archive.ubuntu.com_ubuntu_dists_feisty_universe_binary-i386_Packages
15Mb <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>archives<span style="color: #000000; font-weight: bold;">/</span>linux-restricted-modules-2.6.20-<span style="color: #000000;">16</span>-generic_2.6.20.5-<span style="color: #000000;">16.28</span>_i386.deb
9Mb <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>srcpkgcache.bin
9Mb <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>pkgcache.bin
8Mb <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>archives<span style="color: #000000; font-weight: bold;">/</span>firefox_2.0.0.4+<span style="color: #000000;">1</span>-0ubuntu1_i386.deb
7Mb <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>archives<span style="color: #000000; font-weight: bold;">/</span>linux-headers-2.6.20-<span style="color: #000000;">16</span>_2.6.20-<span style="color: #000000;">16.28</span>_i386.deb
5Mb <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>lists<span style="color: #000000; font-weight: bold;">/</span>archive.ubuntu.com_ubuntu_dists_feisty_main_binary-i386_Packages
5Mb <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>lists<span style="color: #000000; font-weight: bold;">/</span>in.archive.ubuntu.com_ubuntu_dists_feisty_universe_source_Sources</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2009/05/shell-du-command-tip-estimate-file-space-usage-and-exclude-particular-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

