Warning:You are browsing the documentation of an old version of the ParaMonte library (ParaMonte 1). See the documentation of the latest ParaMonte library release at: www.cdslab.org/pm
-bash: Permission denied
Note:
While attempting to run Bash scripts ( for example,./install.sh ), if you encounter such errors as the following,
-bash: ./install.sh: Permission denied
it means that the script file does not have the executable rights to run as an executable. To solve the problem, type the folllowing on the Bash terminal,
chmod +x ./install.sh
This will give the ./install.sh Bash script the executable attribute. Replace ./install.sh with the filename of the script that you are trying to run.
If you have any questions about the topics discussed on this page, feel free to ask in the comment section below, or raise an issue on the GitHub page of the library, or reach out to the ParaMonte library authors.