During the RHEL exam i found an error when i tried to compress a folder using “tar” command. It says “No such file or directory” but i believe the folder is there and the location is valid.

Quickly i realized that the component belong to it’s command not yet installed: bzip2 (since it is using bzip2 as one of the feature to compress). So i just simply installed the package using yum command.

Then i retried using the same command, it went work

The zipped file is there.

Let’s verify.

Cool it works as per expectation!

Voila!