From owner-freebsd-questions@FreeBSD.ORG Sun Sep 10 11:31:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F97F16A415 for ; Sun, 10 Sep 2006 11:31:20 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFAA543D6E for ; Sun, 10 Sep 2006 11:31:19 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id DDEDA56436; Sun, 10 Sep 2006 23:31:18 +1200 (NZST) Date: Sun, 10 Sep 2006 23:31:18 +1200 From: Jonathan Chen To: mohab@technat.org Message-ID: <20060910113118.GB78005@osiris.chen.org.nz> References: <2225.196.202.92.107.1157880376.squirrel@www.technat.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2225.196.202.92.107.1157880376.squirrel@www.technat.org> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 11:31:20 -0000 On Sun, Sep 10, 2006 at 06:56:16PM +0930, mohab@technat.org wrote: > Hello sir > I am new to freeBSD and i am using "FreeBSD 5.4-RELEASE" for my personal > server. You should move to 6.1-RELEASE instead. > i am asking specificly about two questions: > What is equal to "WGET"? fetch(1) > And why GUNZIP isn't working and how do i unzip ZIPs and RARs? gunzip(1) works fine here, what problems are you having? To unzip ZIPs, you need to install archivers/unzip. To unzip RARs, you need to install archivers/unrar. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- When you don't know what you are doing, do it neatly.