标签:etc ORC linux服务 href ref com 异常 blank info
报错信息如图:
解决办法:
选择临时或永久关闭SELinux服务
具体操作:
如何下面命令,SELinux服务状态
/usr/sbin/sestatus -v
若显示enabled表示开启状态,disabled表示关闭状态
如何临时关闭SELinux服务?
执行下面命令即可:(不需要重启)
setenforce 0
如何永久关闭SELinux服务?
执行下面命令即可:(需要重启)
sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/‘ /etc/selinux/config
原文地址:https://leffz.com/1209.html
标签:etc ORC linux服务 href ref com 异常 blank info
原文地址:https://www.cnblogs.com/shaoyi7/p/12984424.html