天天看点

cannot restore segment prot after reloc permission denied

今天在虚拟机上安装jdk-7u25-linux-i586.tar.gz(解压版),运行如下命令时

java -version

出现错误提示:

cannot restore segment prot after reloc permission denied

解决方案是:

以root用户登录并修改文件/etc/sysconfig/selinux中的内容

将SELINUX=enforcing改为SELINUX=disabled后重启!

[url=http://blog.csdn.net/wei801004/article/details/4318852]cannot restore segment prot after reloc: Permission denied 解决方法[/url]

[url=http://blog.csdn.net/imyang2007/article/details/7634470]linux tar 解压命令总结[/url]

[url=http://www.jb51.net/LINUXjishu/43356.html]linux下tar.gz、tar、bz2、zip等解压缩、压缩命令小结[/url]