confluence运行一段时间后突然挂了,提示dev/null权限不对劲先删除/dev/nullrm -f /dev/null 再重建/dev/nullmknod -m 666 /dev/null c 1 3 再运行confluence就可以正常使用了