Question: In linux::: Task 17 Create a script that displays the following: 1. Displays the date and time 2. Lists all the file in your current

In linux:::

In linux::: Task 17 Create a script that displays the following: 1.Displays the date and time 2. Lists all the file in your

Task 17 Create a script that displays the following: 1. Displays the date and time 2. Lists all the file in your current directory 3. Display your CPU model name. When executed your script should like the screenshot below. [sysadmin@centos7 Scripts]$ bash timecpu.sh Today is: Fri Oct 23 11:44:00 CDT 2020 Here is a list of your current files in this directory: hello.sh meminfo.sh morning.sh timecpu.sh Your CPU is: Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz Task 18 INFO 1111: Linux 1 INFO-1111: LINUX I Name your script timecpu.sh. Add the necessary echo commands and comments to your script. See task 8. Please paste a screenshot below demonstrating you completed this task successfully. Your screenshot below: Task 19 Use the Iscpu command to find the CPU model name. To display only the model name, you may need to also use grep and cut. What command did you use to only output the CPU Model's name? Your answer below: Task 21 Add the command from task 19 to the script. Run the script and paste a screenshot below demonstrating you successfully completed this task. Your screenshot below

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 Databases Questions!