InterviewSolution
Saved Bookmarks
| 1. |
What is the default symbol for command prompt in Bourne shell?(a) $(b) %(c) #(d) @The question was asked during an interview.The query is from Shell Basics topic in section The Shell of Unix |
|
Answer» CORRECT ANSWER is (a) $ The explanation is: If we are using BOURNE shell on our system, then the default prompt will be REPRESENTED by $. |
|