红联Linux门户
Linux帮助

CentOS(linux)启动错误*** Run 'setenforce 1'to reenable.解决

发布时间:2016-05-05 15:41:07来源:linux网站作者:achang21

CentOS Server 由于机房断电,重启sever 启动报错:

*** An error occurred during the file system check.
*** Dropping you to a shell;the system will reboot
*** when you leave the shell.
*** Waring --SELinux is active
*** Disabling security enforcement for system recovery.
*** Run 'setenforce 1'to reenable.
*** Give root password for maintenace
(or type Control - D to continue):


解决方法:

输入root口令进入,再执行命令: fsck ,根据提示 输入 Y,确认修复,输入n次Y 后,reboot 问题解决。


本文永久更新地址:http://www.linuxdiyf.com/linux/20367.html