Completed
Conclusion
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Use Tar on Linux - Command Line Tips from Linode's Top Docs
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Gathering files to use with tar
- 3 What does tar do?
- 4 How to create a tar file
- 5 What’s inside of a tar?
- 6 Creating a tar with a line count
- 7 Creating a tar with verbose mode
- 8 Extracting a tar file to a folder
- 9 Using the gzip command
- 10 Decompressing files with gunzip
- 11 Combining gzip with tar
- 12 Viewing the contents of a tar.gz file
- 13 Conclusion