新安装centos 7开启root登陆 关闭防火墙

开启root登陆 

sudo  vi /etc/gdm/custom.conf

在daemon加

AutomaticLoginEnable=true
AutomaticLogin=root 

修改密码

sudo passwd root

CentOS7如何关闭防火墙

查看防火墙是开启状态:systemctl status firewalld.service 

关闭运行的防火墙(重启系统后失效):systemctl stop firewalld.service   

禁止防火墙服务器(重启系统后仍关闭):systemctl disable firewalld.service

 
posted @ 2018-06-30 10:19  不经一番寒彻骨  阅读(408)  评论(0编辑  收藏  举报