Question: Learn the syntax of the tar command using the man command Use tar to stuff three files and then unstuff them into a new directory.
Learn the syntax of the tar command using the man command
Use tar"to stuff" three files and then "unstuff" them into a new directory. Include the -v option.
Turn in the following commands (with no errors) and any output from the commands. 1) ll to show the original 3 files 2) run the tar command to stuff three files 3) ll to show the 'tar archive' 4) mkdir newdir to create a new directory to unstuff the 'tar archive' 5) mv the 'tar archive' to the new directory newdir 6) from newdir, run the tar command to unstuff the three files into the newdir directory 7) ll the new directory newdir to show the extracted files
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
