Using the UNIX, how would you copy the file README.txt that is located in the current working directory into the directory docs, which is in your home directory? cp README.txt ~/docs cp README.txt...


Using the UNIX, how would you copy the file README.txt that is located in the<br>current working directory into the directory docs, which is in your home directory?<br>cp README.txt ~/docs<br>cp README.txt ~docs/home<br>O cp README.txt /home/docs<br>mv README.txt ~/docs<br>

Extracted text: Using the UNIX, how would you copy the file README.txt that is located in the current working directory into the directory docs, which is in your home directory? cp README.txt ~/docs cp README.txt ~docs/home O cp README.txt /home/docs mv README.txt ~/docs

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here