hide random home http://www.fmi.uni-passau.de/archive/doc/unix/unixhelp/Unixhelp/environment_ksh3.html (Einblicke ins Internet, 10/1995)

Display system name

Display system name

To display the name of the system in the prompt:

1. Use your editor to open your .kshrc file and add the line:

   PS1='$HOST $'

2. Save the file and leave the editor.

3. Enter the command:

   . .kshrc

This adds the new values to your working environment.