Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: "setenforce 0",seytem complain command not found: msg#00092
|
Subject: |
Re: "setenforce 0",seytem complain command not found |
zhangyanxv wrote:
Hello,
I want to run matlab704 on my FC4 box,and I know before running I
should disable the SElinux with "setenforce 0",and it does works some
times,but not always and hints that command not found! Very weird and
the system seemed not reasonable.Please help me.
Thanks a lot!
You are probably using just "su" and not "su -" to switch to root before
running setenforce. As a result of this, you aren't getting root's
environment set up, specifically the inclusion of directory /usr/sbin in
your PATH, and hence you get "command not found" when trying to run
setenforce.
Paul.
|
| |