What is the command that you issue if you are in directory / and want to copy all files and directories under directory /mydirectory to directory /newdirectory?
What will be an ideal response?
```
cp -R /mydirectory/* /newdirectory
```
Computer Science & Information Technology
You might also like to view...
When pasting text files using pitch measurements into Word:
A) change the font to Times New Roman, size 12pt to keep the same page breaks. B) change the font to Times New Roman, size 8pt to keep the same line breaks. C) change the font to Courier New, size 8pt to keep the same line breaks. D) change the font to Courier New, size 12pt to keep the same page breaks.
Computer Science & Information Technology
Which of the following would be used to detect and prevent unauthorized transmission of confidential information?
a. Change management b. Auditing c. Incident management d. Data-loss prevention
Computer Science & Information Technology