The Linux Command Line Chapter 18

Slides:



Advertisements
Similar presentations
ATS Programming Short Course I INTRODUCTORY CONCEPTS Tuesday, Jan. 27 th, 2009 Essential Unix Commands.
Advertisements

Lesson 22 – Introduction to Linux Systems Administration.
CIS 240 Introduction to UNIX Instructor: Sue Sampson.
Linux+ Guide to Linux Certification Chapter 12 Compression, System Backup, and Software Installation.
*nix and Non-Intel Platform issues CSC 486/586 1.
CS 497C – Introduction to UNIX Lecture 13: - The File System Chin-Chih Chang
Linux+ Guide to Linux Certification, Third Edition Chapter 11 Compression, System Backup, and Software Installation.
UNIX. find command ● The find command is used to locate files on a Unix or Linux system. find will search any set of directories you specify for files.
Linux Commands LINUX COMMANDS.
Further Command line… Nic Bertrand CEH IT Support, GRID & Bioinformatics.
Chapter 11 Compression, System Backup, and Software Installation.
Linux+ Guide to Linux Certification
Offline File Storage. Module 12 Offline File Storage ♦ Introduction Backup is usually done by first collecting all the data in a single archive file,
Linux Operations and Administration
Install Software. UNIX Shell The UNIX/LINUX shell is a program important part of a Unix system. interface between the user & UNIX kernel starts running.
Linux+ Guide to Linux Certification Chapter Thirteen Compression, System Back-Up, and Software Installation.
Dr. Roger Webster Copyright 2008 Roger W. Webster, Ph.D. Department of Computer Science Millersville University (717) office
EMT 2390L Lecture 6 Dr. Reyes Reference: The Linux Command Line, W.E. Shotts.
CIS 90 - Lesson 15 Lesson Module Status Slides – Properties - Flash cards – No-stress quiz – Web calendar summary – Web book pages – Commands – Lab – done.
Find Find basics. find ~ -name myfile –print find directory criteria This will search the home directory (~) looking for files.
1 Lecture 5 Additional useful commands COP 3353 Introduction to UNIX.
Guide to Linux Installation and Administration1 Chapter 4 Running a Linux System.
Backups CSCI N321 – System and Network Administration Copyright © 2000, 2011 by Scott Orr and the Trustees of Indiana University.
CSC414 “Introduction to UNIX/ Linux” Lecture 5. Schedule 1. Introduction to Unix/ Linux 2. Kernel Structure and Device Drivers. 3. System and Storage.
Linux Commands C151 Multi-User Operating Systems.
CIT 140: Introduction to ITSlide #1 CSC 140: Introduction to IT Advanced File Processing.
Archive Utilities Learning Objectives: 1. To introduce different archive utilities for file compression with their usage 2. To compare & summarized different.
ATS Programming Short Course I INTRODUCTORY CONCEPTS Tuesday, Feb 3 rd, 2009 Essential Unix Commands …the second half.
The Power of PV ~ Pipeviewer By Ralph Figueroa. Pipeviewer, aka PV What is pv? From the developers website “PV is a terminal-based tool for monitoring.
Software Management Linux Software Package File Extensions Extension File.rpm Software package created with the Red Hat Software Package Manager, used.
This slide deck is for LPI Academy instructors to use for lectures for LPI Academy courses. ©Copyright Network Development Group Module 7 Archiving.
ECMM6018 Enterprise Networking For Electronic Commerce Tutorial 1 Installing A Web Server.
Agenda The Linux File System (chapter 4 in text) Linking Files Hard Links / Symbolic Links Disk Storage Checking for Disk Space (df / du) Archiving (Backing.
Career Preparedness Mrs. Simmons
Theme 2: Working smarter
Chapter 7 Installing Program &Backup Tool
The Linux Command Line Chapter 14
The Linux Command Line Chapter 16
The Linux Command Line Chapter 12
The Linux Command Line Chapter 2
The Linux Command Line Chapter 29
The Linux Command Line Chapter 1
The Linux Command Line Chapter 6
The Linux Command Line Chapter 10
The Linux Command Line Chapter 7
The Linux Command Line Chapter 27
The Linux Command Line Chapter 24
The Linux Command Line Chapter 11
The Linux Command Line Chapter 3
The Linux Command Line Chapter 26
Lecture 5 Additional useful commands COP 3353 Introduction to UNIX 1.
The Linux Command Line Chapter 28
The Linux Command Line Chapter 9
The Linux Command Line Chapter 17
The Linux Command Line Chapter 4
The Linux Command Line Chapter 25
Module 7 Archiving and Compression
The Linux Command Line Chapter 14
Linux Commands LINUX COMMANDS.
Introduction to Bioinformatic Computation. Lecture #
Lecture 5 Additional useful commands COP 3353 Introduction to UNIX 1.
The Linux Command Line Chapter 5
The Linux Command Line Chapter 3
The Linux Command Line Chapter 4
The Linux Command Line Chapter 12
The Linux Command Line Chapter 11
The Linux Command Line Chapter 24
The Linux Command Line Chapter 26
The Linux Command Line Chapter 27
Presentation transcript:

The Linux Command Line Chapter 18 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 Example:

tar Command tar – Command used for archiving files. It’s name is short for tape archive. Modes: Example:

zip Command zip – command that is both a compression tool and an archiver Usage: zip options zipfilename file1, file,2, ..., filen Example:

unzip Command unzip - command used to decompress a zip file Example: Usage: unzip options zipfilename Example: