To compress a file or folder with tar run this: tar -cvf archive-name.tar directory_name To extract a file or folder with tar run this: tar -xvf archive-name.tar
making Linux a little easier
To compress a file or folder with tar run this: tar -cvf archive-name.tar directory_name To extract a file or folder with tar run this: tar -xvf archive-name.tar