InterviewSolution
| 1. |
What are the different types of Shells in Linux? |
|
Answer» SHELL is a PROGRAM that acts as the interface between the user and the operating system. It is a command-line interface to the Unix operating system. It collects data from you and runs programs depending on that data. The output of the program is displayed once it has completed its execution. Shell allows us to run commands, programs, and shell SCRIPTS. Kernel maintains resources between processes and regulates all-important computer operations. It also restricts hardware access, organizes all performing utilities, and manages resources between processes. Only kernel users have access to the operating system's utilities. Types of SHELLS:
|
|