LINUX

首页 -  LINUX  -  linux解决Inodes满了,解决Inodes满了网站无法访问

linux解决Inodes满了,解决Inodes满了网站无法访问

linux解决Inodes满了,解决Inodes满了网站无法访问

1.查看Inodes 

df -i


2.查看inodes 占用空间最大的文件加路径

for i in /* ; do echo $i; find $i | wc -l | sort -nr; done


3.删除 

find /文件目录/ -type f|xargs rm -f



(0)
分享:

本文由:xiaoshu168.com 作者:xiaoshu发表,转载请注明来源!

相关阅读