Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Overview: In this milestone, you will demonstrate your ability to create a basic script in Linux. Review the Final Project Guidelines and Rubric document to
Overview: In this milestone, you will demonstrate your ability to create a basic script in Linux. Review the Final Project Guidelines and Rubric document to see how this milestone will prepare you for the scripting portion of the project. You will perform this milestone in Codio in the unit called "Milestone 2: Scripting." You will create this script with the vi editor. The script will combine multiple commands and simplify a repeatable task. Your script should be named Milestone2_(your initials].bash." When you complete this milestone, you will download a copy of your script and upload it to Brightspace. Refer to the Codio instruction set for information on how to download your history log file. Prompt: Your script and your Linux directory structure should demonstrate that you have correctly written the script to accomplish the critical elements below. Specifically, the following critical elements must be addressed: I Create a File: Demonstrate your ability to utilize a Linux command to create a text file. Create this file in the workspace directory: a. A text file showing the current month, day, and time (itle this fileTime_File.txt.) I Create a Directory: In this section of your project, you will demonstrate your ability to execute Linux commands to organize the Linux directory structure a. In the workspace directory, create a new directory titled COPY. IlI. Modify and Move: Demonstrate your ability to utilize Linux commands to copy a file to a different directory and rename it. Copy the Time_File.txt file from the workspace directory to the COPY directory. Append the word COPY to the file name. a. b. IV Execute the Script: Complete and execute the newly createdscript
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started