Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part 4-6 Task 0. Create a directory (archive) and cd to archive. Copy the attached files here. Task 1A. zip command - to create a

Part 4-6 image text in transcribed
image text in transcribed
Task 0. Create a directory (archive) and cd to archive. Copy the attached files here. Task 1A. zip command - to create a zip file (hello.zip) containing hello.c and hello (attached here) Task 1B. delete hello.c and hello files Task 1C. unzip command to restore hello.c and hello from the zip file (hello.zip). Task 2A. tar command to make a tar file (named hello.tar) which contains hello.c and hello files. Task 2B. delete hello.c and hello files Task 2C. tar command - to restore hello and hello.c files from hello.tar file Task 3A. gzip command to make a gzip file (named "hello.gz") containing hello and hello.c files. Task 3B. delete hello.c and hello files Task 3C. restore hello and hello.c files from hello.gz file using gunzip command Task 4. compress hello.tar file using gzip command to make hello.tar.gz Task 5. compare the file size of these files: hello.zip, hello.tar, hello.gz, and hello.tar.gz Task 6. Which one is better in compression? State your observation

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions