Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

At the command prompt, type pwd and press Enter. The pwd command shows your present workingdirectory ( in this case, it is your home directory

At the command prompt, type pwd and press Enter. The pwd command shows your present workingdirectory (in this case, it is your home directory). Record your home directory: home/majd1998Type touch chores and press Enter. This will create an empty file in your present working directory2.(pwd) called chores. 3. Type Is chores and press Enter. You should see the chores file listed.4. Type cp chores chores.bck and press Enter. This will create a copy of the file chores and give it a newname, chores.bck.5. Type Is chores* and press Enter. You should see the files chores and chores.bck.6. Type mkdir Todo and press Enter. This will create a subdirectory in your pwd called Todo.7. Type Is -F and press Enter. You should see the subdirectory Todo. Is it there? Yes.8. Using the home directory you recorded in step #4 for HomeDirectoryPath in this command, type cp chores HomeDirectoryPath/Todo/ and press Enter. This will copy the file chores into the subdirectory you just created, Todo.9. Type Is Todo and press Enter. You should now see a copy of the file chores in the subdirectory Todo

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

MySQL/PHP Database Applications

Authors: Jay Greenspan, Brad Bulger

1st Edition

ISBN: 978-0764535376

More Books

Students also viewed these Databases questions