InterviewSolution
Saved Bookmarks
| 1. |
What are the different types of Shells used in Linux? |
|
Answer» SHELL is an interpreter which CONVERTS scripts or executables to machine action. Shell prompt is a Command-line interface as WELL as GUI (GRAPHICAL User Interface) that takes inputs from the user and executes selected program according to that. Shell Scripts can be combined in a package for automation and schedule background tasks. Shell Scripts will be saved using EXTENSION .sh and scheduled using corn jobs. Some majorly known shells as below:
|
|