Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an hw4 directory in your hw directory inside your it244 directory Go to the hw4 directory and run Unix commands that will execute the

Create an hw4 directory in your hw directory inside your it244 directory

Go to the hw4 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 hw4.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

Testing

The script hw4.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 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

bash hw4.sh > /dev/null 

Steps for Script

Using one Unix command, go to my home directory using tilde, ~. Once you are there, show me that you are in the right directory using pwd.

Using one Unix command, go to your home directory using tilde, ~. Once you are there, show me that you are in the right directory using pwd.

Make sure you are in your home directory. Using one Unix command, go to your hw4 directory inside your hw directory, inside your it244 directory using a relative pathname. Once you are there, show me that you are in the right directory.

Using one Unix command, go to my home directory using an absolute pathname. Once you are there, show me that you are in the right directory.

Using one Unix command, go to the it244_files directory inside the course_files directory, inside my home directory, using an absolute pathname. Once you are there, show me that you are in the right directory.

Using one Unix command, go to my home directory using a relative pathname employing ... Once you are there, show me that you are in the right directory.

Using one Unix command, go to your home directory. Once you are there go to your it244 directory using a relative pathname. Show me that your are in the correct directory.

Make sure you are in your it244 directory. Using touch create a file named test.txt. Go to your hw4 directory. Using .. stay in your hw4 directory but list the contents of your it244 directory.

Make sure you are in your hw4 directory. Stay in this directory and copy the test.txt file from your it244 directory to your hw4 directory using a relative pathname. Show me that the copy operation succeeded by listing the contents of that directory.

Using one Unix command and multiple instances of .. , go to your home directory. Once you are there, show me that you are in the right directory. Using one Unix command, copy the test.txt file from your it244/hw/hw4 directory to your home directory. List the contents of the directory so I know the copy succeeded.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2014 Nancy France September 15 19 2014 Proceedings Part 2 Lnai 8725

Authors: Toon Calders ,Floriana Esposito ,Eyke Hullermeier ,Rosa Meo

2014th Edition

3662448505, 978-3662448502

More Books

Students also viewed these Databases questions

Question

7. Understand the challenges of multilingualism.

Answered: 1 week ago

Question

5. Give examples of variations in contextual rules.

Answered: 1 week ago