| |
GeekInterview.com > Interview Questions > Operating System > Unix Programming
| Print | |
Question: How can you recognize a shell (C / Korn / Bourne) just by looking at the prompt?
|
| July 07, 2007 00:05:01 |
#3 |
| Pruthvi |
Member Since: Visitor Total Comments: N/A |
RE: How can you recognize a shell (C / Korn / Bourne) ... |
Hi
If we type any not existed command then the shell tell you that the command is not existed along with the shell name
Ex: $ hello then it says bash:command not found means that you are working with bash shell
|
| |
Back To Question | |