<?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>深度VPS &#187; du</title>
	<atom:link href="http://www.deepvps.com/tag/du/feed" rel="self" type="application/rss+xml" />
	<link>http://www.deepvps.com</link>
	<description>专注VPS技术，关注前端技术</description>
	<lastBuildDate>Sat, 04 Feb 2023 14:00:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux系统找出大文件</title>
		<link>http://www.deepvps.com/linux-to-find-large-files.html</link>
		<comments>http://www.deepvps.com/linux-to-find-large-files.html#comments</comments>
		<pubDate>Thu, 13 May 2010 02:39:39 +0000</pubDate>
		<dc:creator>deepvps</dc:creator>
				<category><![CDATA[VPS管理维护]]></category>
		<category><![CDATA[du]]></category>
		<category><![CDATA[find]]></category>

		<guid isPermaLink="false">http://www.deepvps.com/?p=428</guid>
		<description><![CDATA[磁盘空间被耗尽的时候，免不了要清理一下，比如说/home目录太大，就可以使用下面命令看看到底是谁：
du -s /home/* &#124; sort -nr
也可以用find，查找大于200M的文件并显示详细信息
find . -size +100000000c -exec ls -lh {} ;
]]></description>
			<content:encoded><![CDATA[<p>磁盘空间被耗尽的时候，免不了要清理一下，比如说/home目录太大，就可以使用下面命令看看到底是谁：</p>
<blockquote><p>du -s /home/* | sort -nr</p></blockquote>
<p>也可以用find，查找大于200M的文件并显示详细信息</p>
<blockquote><p>find . -size +100000000c -exec ls -lh {} ;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.deepvps.com/linux-to-find-large-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
