Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-18-2006, 01:48 AM
|
#1
|
|
Member
Registered: Oct 2003
Posts: 354
Rep:
|
How To extract .tar.gz To A Specific Directory?
Hello everyone,
The command "tar -zxvf foo.tar.gz" will extract the tar file foo to the current directory. I am wondering how to extract the tar file to a specific directory.
thanks in advance & have a good weekend,
George
|
|
|
|
02-18-2006, 02:02 AM
|
#2
|
|
Senior Member
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679
Rep:
|
That's very simple, try the command:
Code:
tar zxf -C /some/dir foo.tar.gz
Edit:
By the way, the -C /path can be placed after the file itself too.
|
|
|
|
02-18-2006, 02:24 AM
|
#3
|
|
LQ Newbie
Registered: Dec 2004
Location: Mumbai - India
Posts: 9
Rep:
|
Hi,
Try this command.
tar -zxvf <tar file name> -C /<directory Name you want to restore>.
Thanks.
Anand.

|
|
|
|
02-18-2006, 06:56 AM
|
#4
|
|
Member
Registered: Oct 2003
Posts: 354
Original Poster
Rep:
|
unix_anand,
Quote:
|
Originally Posted by unix_anand
Hi,
Try this command.
tar -zxvf <tar file name> -C /<directory Name you want to restore>.
Thanks.
Anand.

|
Cool! It works for me!
regards,
George
|
|
|
|
02-18-2006, 07:01 AM
|
#5
|
|
Member
Registered: Oct 2003
Posts: 354
Original Poster
Rep:
|
Thetargos,
Quote:
|
Originally Posted by Thetargos
That's very simple, try the command:
Code:
tar zxf -C /some/dir foo.tar.gz
Edit:
By the way, the -C /path can be placed after the file itself too.
|
I found that your command does not work. But the following command works,
tar zxf foo.tar.gz -C /some/dir
regards,
George
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:48 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|