...
This will change both files and directories from that location recursively.
To optionally change ownership recursively:
> chmod -R 755 *
I installed some java code and when I run it on a compute node, an error about the version not being consistent is generated. How do I find what is being used for java in my environment?
Type the following to see what the environment variable is set to:
echo $CLASSPATH