I am trying to install Kloxo on vps. As it requires to disable SELinux by editing /etc/sysconfig/selinux on server, I am unable to find /etc. All i see is the following screenshot, Uploaded with ImageShack.us Help me out ......
Hello there, From that screen shot, it looks like you are in the /root directory, you need to go back one more to be able to see the /etc directory. Regards, Chris
That will only work for the current session, if you reboot, and have not disabled it as per the OP, it will become active again. Regards, Chris
You can use this command on linux to disable echo "selinux=disabled" > /etc/sysconfig/selinux setenforce 0 Code (markup): after that run that run sh ./kloxo-installer.sh --type=master or sh ./kloxo-installer.sh --type=slave