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 prompt | machine_name% |
| C shell superuser prompt | machine_name# |
| Bourne shell and Korn shell prompt | $ |
| Bourne shell and Korn shell superuser prompt | # |
![]() | Note | ||
|---|---|---|---|
In the code examples given in this book, the screen display
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.
These incrementals have been removed from code examples for simplicity and consistency. | |||