Page 1 of 1

How to create/extract a tar file

Posted: Sun Mar 17, 2013 12:15 pm
by a24uall
How to crearte a tar file
tar -cvf file_name.tar folder_name
How to extract a tar file.
tar -xvf file_name.tar