How to use Tar
- tar
-ccreate a new tar file
-pkeep file permissions
-tshow content of tar file
-vshow details of tar operation
-xextract content
-zextract or compress gzip file
-Jextract or compress bzip file
-fpoint the target file
-c create a new tar file-p keep file permissions-t show content of tar file-v show details of tar operation-x extract content-z extract or compress gzip file-J extract or compress bzip file-f point the target file