以/home为例
[root@localhost home]# du -h --max-depth=1|grep G|# df -i /home/
# du -hs /home/
# find /home -size +20000k
# rm -rf /home/~/.xsession-errors
# rm -rf /home/~/.xsession-errors.old
refer to:
http://tech.ccidnet.com/art/3067/20100207/1996487_1.html
本文介绍如何使用Linux命令来查看和释放家目录的空间,包括使用du命令检查目录大小、df命令查看磁盘使用情况、find命令查找大文件以及删除特定文件的方法。
1168

被折叠的 条评论
为什么被折叠?



