Question: Part 1 System Display Script OBJECTIVE: Write a script to sequence together a set of commands to display useful system information in one view. 1

Part 1 System Display Script OBJECTIVE: Write a script to sequence together a set of commands to display useful system information in one view. 1. Ensure you are in your home directory. 2. Create a directory called m05p2b.3. Change into the newly created m05p2b directory. 4. Using a text editor of your choice, create the following script code as ex1.sh.(a) Requirements for ex1.sh: i. Echo the section for each part of the output: A. System Hostname: B. Current System Date/Time: C. Current System Uptime: D. Memory Usage: E. File System Usage: F. Network Address Information ii. Use apropos -s 1 followed by keywords to find the appropriate commands to display the requested information. Hint, you may need to put some keyword searches into quotes (e.g., "file system").

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!