After the client is installed on a node outside an MRS cluster and the kinit command is executed, the following error information is displayed:
-bash kinit Permission denied
The following error information is displayed when the java command is executed:
-bash: /xxx/java: Permission denied
After running the ll /Java installation path/JDK/jdk/bin/java command, it is found that the file execution permission is correct.
Run the mount | column -t command to check the status of the mounted partition. It is found that the partition status of the mount point where the Java execution file is located is noexec. In the current environment, the data disk where the MRS client is installed is set to noexec, that is, binary file execution is prohibited. As a result, Java commands cannot be executed.