Multiple Choice
The default BASH shell prompt is set by an environment variable. What command can be used to view this variable?
A) ls $PWD
B) echo #PWD
C) echo $PS1
D) ls #PS1
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: In an if construct, what statements are
Q8: What permissions are required to execute a
Q9: Match each correct item with the statement
Q10: What number represents the stdin file descriptor?<br>A)
Q11: Select the escape sequence that starts a
Q13: What operator below is known as the
Q14: Any command that can be executed on
Q15: What character is used to delimit most
Q16: Given the syntax command && command, the
Q17: Explain the while construct, and demonstrate how