When was the last time you had to create a zip file? Personally, I have to interact with those types of files all the time (either receiving or sending them to various clients, family, and friends).
The tar command on Linux is used to create and extract TAR archive files. Run "tar -czvf archive-name.tar.gz /path/to/file” ...
You can examine the contents of compressed files on Linux systems without uncompressing the files or changing them in any way. This post explains the commands for doing that and the types of ...
Archive extraction is usually treated by users as a safe operation. There are few problems with files extraction though.