The following table shows the default system prompt and superuser prompt for the C shell, Bourne shell, and Korn shell.
Table P-3 Shell Prompts|
Shell |
Prompt |
|---|---|
| C shell prompt | machine_name% |
| C shell superuser prompt | machine_name# |
| Bourne shell and Korn shell prompt | $ |
| Bourne shell and Korn shell superuser prompt | # |
In the code examples given in this book, the screen display
started pid |
host% rsh <target> ls started pid =pid_number |
These incrementals have been removed from code examples for simplicity and consistency.