ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How will disable selinux from redhat linux?

user-image
تم إضافة السؤال من قبل Muhammad Anzar , DevOps/DevSecOps Architect , Confidential
تاريخ النشر: 2015/02/07
Rajesh Pant
من قبل Rajesh Pant , System Engineer , Tech Mahindra Limited

Go through below steps :

Edit below SELINUX file to disable / enable

#vi /etc/sysconfig/selinux

append / edit with below configuration (for disabling)

SELINUX=disabled

Now, You will have to go for the reboot once to apply the above configuration changes

#reboot

مستخدم محذوف‎
من قبل مستخدم محذوف‎

Step -1 : vi /etc/sysconfig/selinux  

 

Step -2 : SELINUX=disabled

 

Step -3: reboot

AHMED ATEEQ
من قبل AHMED ATEEQ , Senior System Engineer , Catholic Education Office

 vi /etc/selinux/config

then change the value to disable and save the file and restart your server with

shutdown now 

 

المزيد من الأسئلة المماثلة