From owner-freebsd-questions Tue Nov 20 11:53:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from florida-wireless.com (mailserver.florida-wireless.com [208.62.145.34]) by hub.freebsd.org (Postfix) with ESMTP id 0AC7F37B416 for ; Tue, 20 Nov 2001 11:53:32 -0800 (PST) Date: Tue, 20 Nov 2001 14:56:50 -0500 Message-Id: <200111201456.AA1966932132@florida-wireless.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "brain_damaged" Reply-To: To: Subject: untarring a chicken I mean a file X-Mailer: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When I d/l a file I do a tar -xvzf file.name and it untars in the home directory of the user i have logged in with. Fine. but when I try to untar it to say /home/untarred it won't. get a message saying /home/untarred not found in archive. I tried tar -xvzf file.name /home/untarred and /home/untarred/ and tar -xvz file.name /home/untarred and > /home/untarred and said is a directory. how do I untar something to a specific location or can't I . Yes i read man tar but did not get it from that. thanks md To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message