Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Deliverables 1. A shell script named hw7.sh that performs the operations listed below This file should be in an hw7 directory inside your hw directory
Deliverables 1. A shell script named hw7.sh that performs the operations listed below This file should be in an hw7 directory inside your hw directory inside your it244 directory 100 points Requirements Create an hw7 directory in your hu directory inside your it244 directory Go to the hw7 directory and run Unix commands that will execute the steps below When you have a command line that does what the step asks you to do, paste it into hw7.sh using nano or any other text editor .When you have completed all the steps, create an echo statement before the commands for each step, that will print the step number to the terminal Testin .The script hw7.sh must have the format specified in this document Scripts that do not follow the rules specified in the document mentioned above will will have points deducted from their score . .Be sure you make the script executable by running the following command chmod 755 hw7.sh .Be sure to test your script and correct any errors you find . You will lose 5 points for each error that occurs when running your script To run your script and see only the error messages run the following command ./hw7.sh > /devull Steps for Script 1. Copy bother10.sh from /home/ghoffman/sourss iles/it244_files to your hw7 directory Deliverables 1. A shell script named hw7.sh that performs the operations listed below This file should be in an hw7 directory inside your hw directory inside your it244 directory 100 points Requirements Create an hw7 directory in your hu directory inside your it244 directory Go to the hw7 directory and run Unix commands that will execute the steps below When you have a command line that does what the step asks you to do, paste it into hw7.sh using nano or any other text editor .When you have completed all the steps, create an echo statement before the commands for each step, that will print the step number to the terminal Testin .The script hw7.sh must have the format specified in this document Scripts that do not follow the rules specified in the document mentioned above will will have points deducted from their score . .Be sure you make the script executable by running the following command chmod 755 hw7.sh .Be sure to test your script and correct any errors you find . You will lose 5 points for each error that occurs when running your script To run your script and see only the error messages run the following command ./hw7.sh > /devull Steps for Script 1. Copy bother10.sh from /home/ghoffman/sourss iles/it244_files to your hw7 directory
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