查看Linux服务器inodes数量命令: repquota -a | sort -nk6 | tail 列出占用inodes数量最多的用户 检查特定目录的inodes数量: find . -printf "%i\n" | sort -u | wc -l