Linux Commands

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Extract or unpack a Tar File

# tar xvf [file.tar]

Extract .tar to a specific directory


# tar xvf file.tar C [specific directory]

Remove/Delete a specific directory


# rm -rf [directory]

You might also like