What is a shell in Unix? Name some common Unix shells.
Answer Posted / hr@tgksolutions.com
A shell in Unix is a command-line interpreter that provides a user interface for interacting with the operating system. It processes commands entered by the user and returns the output. Common Unix shells include: Bash (Bourne Again Shell): The default shell for many Unix systems.
• Sh (Bourne Shell): The original Unix shell.
• Ksh (Korn Shell): An enhanced version of the Bourne Shell.
• Csh (C Shell): Known for its C-like syntax.
• Zsh (Z Shell): An extended version of Bash with more features.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we use grep command in unix?
What is the command to view process running?
How does pipe () work?
Explain mount and unmount command.
How do I run a whois command?
Who command in unix?
What is sed awk grep?
What does the metacharacter mean?
What is the use of the tee command?
Are you in or at the office?
What is the difference between grep and grep?
What is the use of the command 'ls -x chapter[1-5]' ?
What is merge command in unix?
What is the command to compare two files in unix?
Why is shebang used?