1,234
edits
Changes
→Part 2: Restoring Files From an Archive
#Create the directory '''/tmp/extract1'''
#Change to the '''/tmp/extract1''' directory.
#Unzip the first archive you created by issuing the command: <b><code><span style="color:#3366CC;font-size:1.2em;">gunzip ../archive1.tar.gz</span></code></b>
#Extract the files from the first archive by issuing the command: <b><code><span style="color:#3366CC;font-size:1.2em;">tar xvf ../archive1.tar</span></code></b>