Is there a RPM suitabe for /usr/bin/posix/sh?

Solution Verified - Updated -

Environment

  • Red Hat Enterprise Linux

Issue

  • Do RHEL provide the POSIX shell?
  • Suggest which RPM is suitable for /usr/bin/posix/sh ?
  • Facing an error like "Command not found", while execution a script. Observed that the script was written with /usr/bin/posix/sh. Is there any RPM which is relevant to this?

Resolution

  • There is no package available for RHEL providing /usr/bin/posix/sh .
  • There are several other shells available on RHEL e.g.
  • Bourne shell
  • Korn shell
  • tcsh
  • zsh

  • Do change the used shell of the script or create a symlink to /usr/bin/posix/sh .

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments