防火墙(firewalld)

  • 临时关闭防火墙

    systemctl stop firewalld

  • 防火墙开机不启动

    systemctl disable firewalld

  • 临时打开防火墙

    systemctl start firewalld

  • 防火墙开机启动

    systemctl enable firewalld

  • 查看防火墙状态

    systemctl status firewalld

    END

SELinux

  1. 1

    临时关闭SELinux

    setenforce 0

  2. 2

    临时打开SELinux

    setenforce 1

  3. 3

    开机关闭SELinux

    编辑/etc/selinux/config文件,将SELINUX的值设置为disabled,如下图。下次开机SELinux就不会启动了。

    CentOS7关闭防火墙和SELinux
  4. 4

    查看SELinux状态

    执行getenforce命令

GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐