Tar Archives Flashcards

1
Q

tar cf archive.tar directory

A

Create tar named archive.tar containing
directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

tar xf archive.tar

A

Extract the contents from archive.tar

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

tar czf archive.tar.gz directory

A

Create a gzip compressed tar file name
archive.tar.gz

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

tar xzf archive.tar.gz

A

Extract a gzip compressed tar file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

tar cjf archive.tar.bz2 directory

A

Create a tar file with bzip2 compression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

tar xjf archive.tar.bz2

A

Extract a bzip2 compressed tar file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly