InterviewSolution
Saved Bookmarks
| 1. |
What is the default symbol for command prompt in C shell?(a) $(b) %(c) #(d) @The question was asked during an interview.This interesting question is from Shell Basics in portion The Shell of Unix |
|
Answer» RIGHT option is (b) % The explanation is: If we are using C SHELL on our SYSTEM, then the default prompt will be REPRESENTED by %. |
|