What is the file compression? What do the terms compressed files and decompressed files mean? What commands are available for performing the compression and decompression in LINUX? Which are the preferred commands? Why?

What will be an ideal response?

Reduction in the size of a file is known as file compression. Compression has both space and time advantages. A compressed file takes less disk space, less time to transmit, and less time to copy.
A compressed file contains the contents of a file after they have been compressed and a decompressed file contains the contents of the original file (after a compressed file has been decompressed).
There are several LINUX commands that can be used for compressing and decompressing files, namely compress, uncompress, gzip, and gunzip. The preferred commands are gzip and gunzip becasue they work better than others. The gzexe command can be used to compress (and uncompress) executable files.

Computer Science & Information Technology

You might also like to view...

________ are the rapidly increasing online services, platforms, or other sites that allow people to connect with each other and to build social relations.

A. Special engineering sites B. System sites C. Social networking sites D. Information sites

Computer Science & Information Technology

Instant messaging allows text only.

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

Computer Science & Information Technology