What is a shell in Unix? Name some common Unix shells.

Answers were Sorted based on User's Feedback



What is a shell in Unix? Name some common Unix shells...

Answer / 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

What is a shell in Unix? Name some common Unix shells...

Answer / 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

More Unix Commands Interview Questions

In Unix file permissions what does the second field denotes?

3 Answers  


what is the advaantage of each user having its own copy of the shell?

0 Answers   BMC, CNS, DELL, Infosys,


How do I delete files from command prompt?

0 Answers  


Explain ‘library functions’ with respect to unix commands?

0 Answers  


What does find command return in unix?

0 Answers  


How would you find the size of a file or directory?

1 Answers  


Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?

10 Answers   Infosys,


what is the difference between pipe(|) and tee command..

3 Answers   Cap Gemini, Rolta,


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

0 Answers  


What is the protocol for PING command?

1 Answers   IBM,


distinguish between user mode and kernel mode?

6 Answers   Infosys,


What is grep short for?

0 Answers  


Categories