Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In Linux, you have tar ball, backups.tgz, how do you unpack it?
Answer
tar -xzvf backups.tgz
^^ -x is --extract, -z is --gunzip, -v is --verbose, -f is --file

Question
In Linux, you have tar ball, backups.tgz, how do you unpack it?
Answer
?

Question
In Linux, you have tar ball, backups.tgz, how do you unpack it?
Answer
tar -xzvf backups.tgz
^^ -x is --extract, -z is --gunzip, -v is --verbose, -f is --file
If you want to change selection, open document below and click on "Move attachment"

4. Basic Commands
se the verify option (see the man page) of the tar command to check the integrity of <filename> . Now remove the directory, and then restore it with the extract option of the tar command: <span>tar -x -f <filename> You should see your directory recreated with all its files intact. A nice option to give to tar is -v . This option lists all the files that are being added to or extracted from the arc

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.