Where should you store an archive if the members of the tar archive are the files in your home directory?

What will be an ideal response?


If the members of a tar archive are the files in your home directory, you shouldn't store the archive in your home directory. If something happened to your home directory, you would lose the data and the backup. It's safer to save the tar file to a disk or move it to another location, such as a network drive.

Computer Science & Information Technology

You might also like to view...

What is the output of the following code fragment?

int v1=2, v2=-1, *p1, *p2; p1 = & v1; p2= & v2; p2=p1; cout << *p2 << endl; a. 2 b. -1 c. -2 d. 1

Computer Science & Information Technology

If a project in Project 2013 is set to Auto Scheduled, Project uses the ________ to determine the task Start or Finish date

A) duration B) task relationships C) resources D) constraints

Computer Science & Information Technology

All of the following are retouching tools EXCEPT ____.

a. Lens Correction b. Patch c. Smudge d. Dodge

Computer Science & Information Technology

________ ports are audiovisual ports typically used to connect large monitors.

A. MiniDP B. Thunderbolt C. S/PDIF D. MIDI

Computer Science & Information Technology