Ask Your Question
3

What does the error message "bash: not found" on line 98 mean when evaluating "/bin/sh"?

asked 2023-05-07 07:56:51 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-07 08:25:02 +0000

david gravatar image

The error message "bash: not found" on line 98 means that the shell (in this case, /bin/sh) is trying to execute a command that references the Bash shell, but Bash is not installed or cannot be found in the system's PATH environment variable. This can cause the execution to fail and the script to terminate with an error.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-07 07:56:51 +0000

Seen: 11 times

Last updated: May 07 '23