| 失效鏈接處理 |
|
Linux+7平臺(tái)下Oracle19C+standalone數(shù)據(jù)庫(kù)安裝文檔 PDF 下載
本站整理下載:
相關(guān)截圖:
![]()
主要內(nèi)容:
3.2.2 禁用設(shè)置
3.2.2.1 防火墻、 NetworkManager
3.2.2.1.1 檢查狀態(tài)
[root@crmcdb ~]# systemctl status firewalld
3.2.2.1.2 關(guān)閉防火墻-重啟
[root@crmcdb ~]# systemctl disable firewalld
3.2.2.1.3 關(guān)閉防火墻-即時(shí)生效
[root@crmcdb ~]# systemctl stop firewalld
3.2.2.1.4 檢查狀態(tài)
[root@crmcdb ~]# systemctl status firewalld
3.2.2.2 禁用 selinux
[root@crmcdb ~]# vi /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX= disabled
# SELINUXTYPE= can take one of three two values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
|




蘇公網(wǎng)安備 32061202001004號(hào)


