MEF Center Is Rejected by the run.sh Command
Symptom
The run.sh command fails to be executed even if the user has the x permission (execute permission). "Permission denied" is displayed in the command output, as shown in the following figure.
Figure 1 Directory permission


Figure 2 ./run.sh execution failure


Cause Analysis
noexec is probably set for the mount point of the current path. As a result, commands cannot be executed in this path.
Solution
- Method 1: Switch to a path without noexec to install and run the software.
- Method 2: Run the bash command to execute run.sh. The following is an example:
bash ./run.sh start all
Parent topic: MEF Center Fails to Run the run.sh Command