What is a shell in Unix? Name some common Unix shells.
Answer Posted / nashiinformaticssolutions
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
What do know about tee command and its usage?
What is difference between grep and find command in unix?
What is “chmod” command?
What does the command ' $who | sort –logfile > newfile' do?
What are the dos commands?
What is rmdir command?
Which command is used to copy files?
What does this command do? Cat food 1 > kitty
What is pipe command in unix?
What is unix command line?
What is grep command in unix with examples?
What is unix command?
How do I clear my terminal history?
What is the behavioural difference between cmp and diff commands?
What is the use of egrep command in unix?