From owner-freebsd-questions Thu Jun 27 13:22: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICI2.Partners.org (phsexchici2.partners.org [170.223.254.21]) by hub.freebsd.org (Postfix) with ESMTP id 7666A37B401 for ; Thu, 27 Jun 2002 13:21:54 -0700 (PDT) Received: by phsexchici2.partners.org with Internet Mail Service (5.5.2650.21) id ; Thu, 27 Jun 2002 16:21:53 -0400 Message-ID: <375F68784081D511908A00508BE3BB1701EF1C1F@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: 'arvids' , freebsd-questions@FreeBSD.ORG Subject: RE: re: how to configure/unzip tar? Date: Thu, 27 Jun 2002 16:21:52 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-4" 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 arvids [mailto:arvids@blezurs.lv] wrote: > Thank you but there still is a problem: > > I did > tar -xvfz backup.tar.gz > and it gave me following: > "can't open z : Nu such file or directory" It seems that > system doesn't > recognize z as an option but as a filename The order in which you put the options is probably important -- tar is a very old utility, and most of the current standards regarding parameters weren't extant when it was first written, so it has some weird compatability modes. Try: tar -xzvf backup.tar.gz HTH, Ricky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message