InterviewSolution
Saved Bookmarks
| 1. |
What Is Shell Script And Why It Is Required? |
|
Answer» A SHELL Script is a text file that CONTAINS one or more commands. As a system administrator we often need to issue number of commands to accomplish the task, we can ADD these all commands together in a text file (Shell Script) to complete DAILY ROUTINE task. A Shell Script is a text file that contains one or more commands. As a system administrator we often need to issue number of commands to accomplish the task, we can add these all commands together in a text file (Shell Script) to complete daily routine task. |
|