A problem occurred while running the shell script

Asked By 0 points N/A Posted on -
qa-featured

While I was running a shell script, I got the following error dialog box.

An Error Occurred while running the shell script

The error says’

An Error Occurred

A problem occurred while running the shell script.

Please help me as soon as you can. I am fed up.

SHARE
Answered By 0 points N/A #135809

A problem occurred while running the shell script

qa-featured

Good day john,

Here are some of suggestion that might help you:

1. Try to change its access permissions. (chmod mode filename)

2, Run the shell script by typing the name at the prompt.

2.1 To do that, you must give yourself a permission to execute the file. try to use this command (chmod u+rwx filename)

It will allow you to ready,write or execute the file (+rwx).

Or if you want to give others permission to read and execute but not to alter the shell script. (cmod go+rx filename)

Hope this helps. thank you and god bless.

Related Questions