7. Shell Prompts in Command Examples

The following table shows the default system prompt and superuser prompt for the C shell, Bourne shell, and Korn shell.

Table 3. Shell Prompts

Shell

Prompt

C shell promptmachine_name%
C shell superuser promptmachine_name#
Bourne shell and Korn shell prompt$
Bourne shell and Korn shell superuser prompt #
[Note]Note

In the code examples given in this book, the screen display

started pid

along with the corresponding incremented number, is not given. In the example below, this means that the 'started pid' and its incremental number, have been omitted from the text.

host% rsh 
<target> ls  started pid =
pid_number

These incrementals have been removed from code examples for simplicity and consistency.