敲入命令后报错,error whilrle loading shared libraries: libpthread.so.0:cannot open shared object file:Permission denied发现是/lib64/libpthread-2.17.so读写权限被修改了,在超级用户下修改权限,从777改为755就好了