Archiving and Compression on Linux - Basic tar Commands

Описание к видео Archiving and Compression on Linux - Basic tar Commands

ARCHIVING + COMPRESSION ON LINUX:
tar -zcvf docs.tar.gz Documents/

DECOMPRESS/UNARCHIVE ON LINUX
tar -zxvf docs.tar.gz

####################
OPTIONS
z - gzip
c - create archive
f - archive FILE (name file)
v - verbose
x - extract

Table of Contents: #
################
Compression + Archiving: 04:25
Decompression: 07:01
Don't do this: 09:34
Examples (Wordpress vs. Joomla): 12:19
Explanation of 'tar' options: 14:33


Step-by-step project-based Linux course for beginners: https://www.udemy.com/course/hands-on...

Free Linux Sysadmin Course Playlist:    • The Linux Basics Course: Beginner to ...  

DigitalOcean referral link: https://m.do.co/c/0380a1db56a6

Patreon:   / tutorialinux  
Official Site & e-mail list: https://tutorialinux.com/
Twitter:   / tutorialinux  
Facebook:   / tutorialinux  
Podcast: http://kernelpanicpodcast.com

Комментарии

Информация по комментариям в разработке