Identify two recommended solutions to this problem.

Examine the commands and output when trying to start OSWatcher Black Box.

Identify two recommended solutions to this problem.

Examine the commands and output when trying to start OSWatcher Black Box.

Identify two recommended solutions to this problem.

A.
Edit the startOSWbb.sh script to specify your proffered shell, ensuring that it is started in POSIX
compliance mode.

B.
Install ksh on the system, if not currently installed.

C.
Create a Symbolic link /usr/bin/ksh that points to /bin/bash.

D.
Ensure that ksh is accessible with the path /usr/bin/ksh. Create a symbolic link if necessary.

E.
Create a shell alias called /usr/bin/ksh that expands to /bin/bash.

Explanation:



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Jef Adams

Jef Adams

I would go for B, D

not A edit startOSWbb.sh ?!
not C as D is more precise