Posts Tagged ‘ inodes ’

查看Linux服务器inodes数量命令

查看Linux服务器inodes数量命令:

repquota -a | sort -nk6 | tail

列出占用inodes数量最多的用户

检查特定目录的inodes数量:

find . -printf "%i\n" | sort -u | wc -l

Post Footer automatically generated by wp-posturl plugin for wordpress.

January 1st, 2012  in 服务器技术 No Comments »