Multiple choice technology operating systems

Which one of the followings is the default hp-unix shell?

  1. Korn

  2. Bourne

  3. Posix

  4. Key

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The POSIX shell (/usr/bin/sh) is the default shell in HP-UX (Hewlett-Packard's Unix). HP-UX supports multiple shells including Korn, Bourne, and C shells, but POSIX shell is the standard default. This ensures POSIX compliance and portability of scripts across different Unix systems.