By default, which character indicates the UNIX shell prompt?
Click on the arrows to vote for the correct answer
A. B. C. D.D
In Junos OS, when you access the CLI using the command-line interface, you are actually accessing the UNIX shell. The prompt is displayed in the CLI interface to indicate that the system is ready to receive a command or input.
The default UNIX shell prompt character in Junos OS is the dollar sign ($) and is used to indicate that the system is ready to receive a command. The prompt is displayed at the beginning of each line in the CLI, and you enter commands after the prompt.
For example, if you want to display the system uptime, you would enter the following command after the prompt:
shell$ show system uptime
If you are logged in as the root user, the prompt character changes to a pound sign (#) to indicate that you have superuser privileges.
In summary, the correct answer to the question is C, the dollar sign ($), which is the default UNIX shell prompt in Junos OS.