tar -zcvf
/tmp/etc.tar.gz
/etc
tar -jcvf /tmp/etc.tar.bz2 /etc
Only decompression etc/passwd file
tar -zxvf /tmp/etc.tar.gz etc/passwd
tar -jcvf /tmp/etc.tar.bz2 /etc
Only decompression etc/passwd file
tar -zxvf /tmp/etc.tar.gz etc/passwd