G Gabriel9999 Member Credits 130 Jun 1, 2020 #1 I want to dislabe SeLinux but this will be temporary where after reboot it should be enabled.
E edizgeorgi New Member Credits 13 Jun 3, 2020 #3 You can use the -e and -f options like below. $ useradd -e 2017-02-28 -f 60 john For more details: https://www.poftut.com/add-new-user-account-linux/
You can use the -e and -f options like below. $ useradd -e 2017-02-28 -f 60 john For more details: https://www.poftut.com/add-new-user-account-linux/
D devguy New Member Credits 12 Jul 15, 2020 #4 follow this command. setenforce 0 or setenforce permissive You can edit /etc/selinux/config file to disable SElinux permanently. Read More article
follow this command. setenforce 0 or setenforce permissive You can edit /etc/selinux/config file to disable SElinux permanently. Read More article