<?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>占用 &#8211; 悠然居</title>
	<atom:link href="https://wordpress.youran.me/tag/%e5%8d%a0%e7%94%a8/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me</link>
	<description>极客技术博客</description>
	<lastBuildDate>Wed, 19 Oct 2011 11:35:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>磁盘空间不断被占用的排查方法</title>
		<link>https://wordpress.youran.me/%e7%a3%81%e7%9b%98%e7%a9%ba%e9%97%b4%e4%b8%8d%e6%96%ad%e8%a2%ab%e5%8d%a0%e7%94%a8%e7%9a%84%e6%8e%92%e6%9f%a5%e6%96%b9%e6%b3%95/</link>
					<comments>https://wordpress.youran.me/%e7%a3%81%e7%9b%98%e7%a9%ba%e9%97%b4%e4%b8%8d%e6%96%ad%e8%a2%ab%e5%8d%a0%e7%94%a8%e7%9a%84%e6%8e%92%e6%9f%a5%e6%96%b9%e6%b3%95/#respond</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Wed, 19 Oct 2011 11:32:29 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[占用]]></category>
		<category><![CDATA[磁盘空间]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=158</guid>

					<description><![CDATA[1，定期对重要文件系统扫描，并作对比，分析那些文件经常读写 #ls –lR /home >files.txt #diff filesold.txt files.txt 通过分析预测空间的增长情况，同时可以考虑对不经常读写文件进行压缩，以减少占用空间。 2，查看空间满的文件系统的inodes消耗 #df – i /home 如果还有大量inode可用，说明大文件占用空间，否则是可能大量小文件占用空间。 3，找出占用空间较大的目录 查看/home 占用的空间 #du –hs /home 查看/home 下占用空间超过1000m #du &#124;awk &#8216;$1>2000&#8217; 4，找出占用空间较大的文件 #find /home –size +2000k 5，找出最近修改或创建的文件 先touch一个你想要的时间的文件如下： # touch &#8230;]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/%e7%a3%81%e7%9b%98%e7%a9%ba%e9%97%b4%e4%b8%8d%e6%96%ad%e8%a2%ab%e5%8d%a0%e7%94%a8%e7%9a%84%e6%8e%92%e6%9f%a5%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 32/34 objects using Disk
Page Caching using Disk: Enhanced 
Database Caching 4/7 queries in 0.001 seconds using Disk

Served from: wordpress.youran.me @ 2026-09-03 16:06:38 by W3 Total Cache
-->