Which Linux utility is used to compress files?

A. zip
B. cpio
C. tar
D. gzip


Answer: D

Computer Science & Information Technology

You might also like to view...

Suppose we want to override a function called foo in a base class called Bar, and we are writing a function foo for the derived class. As part of the function definition for foo in the derived class, we wish to call the function foo in the base class, which has no parameters. The expression to call the foo function in the base class (within a line of code) would look like this:

A. base::foo( ) B. Bar::foo( ) C. foo( ) D. Bar b.foo( )

Computer Science & Information Technology

The ______ element is used to mark general text-level content.

A. span B. div C. cite D. mark

Computer Science & Information Technology

Runnables are executed using a class that implements the ____________ interface.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The two most popular Web Servers are________in the UNIX world and________in the Microsoft world.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology