真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Linux服務(wù)器怎么關(guān)閉selinux

這篇文章主要講解了“Linux服務(wù)器怎么關(guān)閉selinux”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“Linux服務(wù)器怎么關(guān)閉selinux”吧!

創(chuàng)新互聯(lián)公司堅持“要么做到,要么別承諾”的工作理念,服務(wù)領(lǐng)域包括:成都網(wǎng)站設(shè)計、網(wǎng)站制作、企業(yè)官網(wǎng)、英文網(wǎng)站、手機端網(wǎng)站、網(wǎng)站推廣等服務(wù),滿足客戶于互聯(lián)網(wǎng)時代的海湖新網(wǎng)站設(shè)計、移動媒體設(shè)計的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡(luò)建設(shè)合作伙伴!

關(guān)閉selinux

1、通過命令“getenforce”獲取selinux狀態(tài),

[root@localhost ~]# getenforce

Enforcing        //enforceing代表開啟,

 

[root@localhost ~]# getenforce

Permissive      // permissive代表警告

 

[root@localhost ~]# getenforce

Disabled        //disabled代表關(guān)閉

[root@localhost ~]#

2、在終端輸入命令即可關(guān)閉selinux,此種做法只是暫時關(guān)閉,重啟之后沒有效果

[root@localhost ~]# setenforce 0    //關(guān)閉

[root@localhost ~]# getenforce

Permissive         

 

[root@localhost ~]# setenforce 1    //開啟

[root@localhost ~]# getenforce

Enforcing        

3、通過配置文件“/etc/sysconfig/selinux”來修改selinux狀態(tài),此種做法需要重啟機器

[root@localhost ~]# gedit /etc/sysconfig/selinux 

# 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

4、通過修改“/boot/grub/menu.lst”來關(guān)閉selinux,這樣每次開機都不會啟動selinux

[root@localhost ~]# gedit /boot/grub/menu.lst 

default=0

timeout=5

splashimage=(hd0,0)/grub/splash.xpm.gz

hiddenmenu

title CentOS (2.6.32-431.el6.i686)

        root (hd0,0)

        kernel /vmlinuz-2.6.32-431.el6.i686 ro root=/dev/mapper/VolGroup-lv_root nomodeset rd_NO_LUKS rd_NO_MD rd_LVM_LV=VolGroup/lv_swap crashkernel=auto vga=ask.UTF-8 rd_LVM_LV=VolGroup/lv_root KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet selinux=0

        initrd /initramfs-2.6.32-431.el6.i686.img

 

感謝各位的閱讀,以上就是“Linux服務(wù)器怎么關(guān)閉selinux”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對Linux服務(wù)器怎么關(guān)閉selinux這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識點的文章,歡迎關(guān)注!


網(wǎng)頁題目:Linux服務(wù)器怎么關(guān)閉selinux
鏈接地址:http://weahome.cn/article/ihceci.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部