Give a command that creates a gzip compressed tar backup of the /usr filesystem on /dev/sdg. Which command would you use to make the same backup using bzip2? Using cpio?

What will be an ideal response?


# tar -czf /dev/sdg /usr
# tar -cjf /dev/sdg /usr
# find /usr -print | cpio -o /dev/sdg

Computer Science & Information Technology

You might also like to view...

In an OpenOffice Base database, a(n) ________ is where related data is stored

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is not true of animation effects?

A) You can apply only one animation per object. B) They all have various effects which can be chosen or changed. C) They all have properties which can be chosen or changed. D) They all have timing properties.

Computer Science & Information Technology

When used in a search, the ________ operator finds files that contain either search term

A) OR B) ONLY C) AND D) NOT

Computer Science & Information Technology

What is 9-slice scaling?

What will be an ideal response?

Computer Science & Information Technology