What single command (no options or arguments) can be used to fully extract a file called abc.tar.bz2? )
A.
gunzip
B.
gzip
C.
tar
D.
bz2unzip
What single command (no options or arguments) can be used to fully extract a file called abc.tar.bz2? )
What single command (no options or arguments) can be used to fully extract a file called abc.tar.bz2? )
A.
gunzip
B.
gzip
C.
tar
D.
bz2unzip
This is completely incorrect. Tar can manipulate several different compression types, but it requires options; for this, you’d need x, j, p, and f.
and, it would need the argument filename – so tar, by itself, won’t do a thing…other than tell you it needs more instruction…