Problem

Under Unix-type systems, you may need to change permissions for shell scripts before running them.
If the script to execute has not the right permissions, you will get this output when typing ./kiuwan.sh in a terminal:

bash: ./kiuwan.sh: Permission denied

Solution

Provide steps that the user can take to solve the problem. For example "The level 7 printer will flash red when it is out of paper. Add paper to tray 1".

Open a terminal and:

  1. Go to the folder where Kiuwan Local Analyzer is unzipped.
  2. Execute the command "chmod +x *.sh bin/*.sh" to add execution permissions on the needed scripts.
  3. Run again Kiuwan Local Analyzer

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.

Related issues