/
The Linux Command Line Chapter 18 The Linux Command Line Chapter 18

The Linux Command Line Chapter 18 - PowerPoint Presentation

thomas
thomas . @thomas
Follow
342 views
Uploaded On 2022-06-11

The Linux Command Line Chapter 18 - PPT Presentation

Archiving And Backup Prepared by Dr Reyes New York City College of Technology gzip Command gzip command used to compress one or more files Example gunzip Command gunzip command used to decompress files ID: 915875

zip command tar unzip command zip unzip tar options decompress gunzip filesexample gzip usage archiving file

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "The Linux Command Line Chapter 18" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

The Linux Command Line Chapter 18

Archiving And Backup

Prepared by Dr. Reyes, New York City College of Technology

Slide2

gzip

Command

gzip – command used to compress one or more filesExample:

Slide3

gunzip

Command

gunzip – command used to decompress filesExample:

Slide4

tar Command

tar

– Command used

for archiving files. It’s name is short for tape archive.Modes:Example:

Slide5

zip Command

zip

– command that is both a compression tool and an archiver

Usage: zip options zipfilename file1, file,2, ..., filenExample:

Slide6

unzip Command

unzip

- command used to decompress a zip file

Usage: unzip options zipfilenameExample: