1. 程式人生 > >指定Keepalived輸出日誌檔案

指定Keepalived輸出日誌檔案

檢視SELinux狀態:

4、/usr/sbin/sestatus -v      ##如果SELinux status引數為enabled即為開啟狀態

SELinux status:                 enabled

5、getenforce                 ##也可以用這個命令檢查

關閉SELinux:

6、臨時關閉(不用重啟機器):

setenforce 0                  ##設定SELinux 成為permissive模式

                              ##setenforce 1 設定SELinux 成為enforcing模式

7、修改配置檔案需要重啟機器:

修改/etc/selinux/config 檔案

將SELINUX=enforcing改為SELINUX=disabled

重啟機器即可