Under what circumstances would you archive files using tar?

What will be an ideal response?


The tar command is especially useful when creating large archive files of directories (sometimes
referred to as “tar balls”). Large single files like this can be more easily e-mailed or ftp’d to other
systems without having to send every file individually. While tar can be used to write the files to a
tape device, many people prefer the cpio command for this as it provides more flexibility and
options unique to tape devices.

Computer Science & Information Technology

You might also like to view...

Use the ___________________ property to resize or scale the background image.

a. background-image b. background-clip c. background-origin d. background-size

Computer Science & Information Technology

In the accompanying figure, the "A" in item 2 indicates that the A-Front Cover master page is based on the B-Master.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The term that commonly refers to a computer program installed on your computer that requires a computer operating system to run is a(n):

A) desktop app. B) web app. C) browser. D) app.

Computer Science & Information Technology

The order of bubble sort is ____.

A. O(n) B. O(2n) C. O(n2) D. O(n!)

Computer Science & Information Technology