- Published on
This guide covers file and directory compression tools in Linux using shell commands. It explains archiving with tar, compression with gzip and bzip2, and their respective extraction methods. The difference between gzip (faster) and bzip2 (better compression) is discussed. Additionally, it introduces hard links (file copies sharing inode) and soft links (shortcuts with independent inodes).