Question: Part 2-6 Task 0. Create a directory (archive) and cd to archive. Copy the attached files here. Task 1A. zip command - to create a
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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
