Contents
Installed Programs:
ksh and shcomp
Installed Libraries:
libast, libcmd, libdll, and libshell
Installed Directories:
/usr/include/ast and /usr/share/fun
The ksh package contains the Korn Shell.
Install ksh by executing the following commands:
bin/package make
Now as the root user:
bin/package install /usr
As the root user, update /etc/shells to include
the Korn shell program names:
cat >> /etc/shells << "EOF"
/usr/bin/ksh
EOF