Highlight the different parts of the shell script you found, and see if yourecognize any of the commands used in the script. Explain the commands that you found in the shell script.
Scripts are used to help you automate your job as a system administrator. If you are finding that you doing the same task over and over again, you should consider creating a script.Shell scripts receive input from a user or file and output the results to the screen. Some common applications of scripts are:• oCreating […]