From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 13:12:19 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BE6D1065672 for ; Fri, 3 Dec 2010 13:12:19 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0EBF18FC1D for ; Fri, 3 Dec 2010 13:12:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.14.3/8.14.2) with ESMTP id oB3DC5Z1008504; Fri, 3 Dec 2010 07:12:05 -0600 (CST) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MszD5WMFqSCL; Fri, 3 Dec 2010 07:12:02 -0600 (CST) Received: from archangel.daleco.biz (ezekiel.daleco.biz [66.76.92.18]) by ezekiel.daleco.biz (8.14.3/8.14.3) with ESMTP id oB3DBvUU008497; Fri, 3 Dec 2010 07:11:58 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <4CF8ECA1.6020507@daleco.biz> Date: Fri, 03 Dec 2010 07:12:01 -0600 From: Kevin Kinsey User-Agent: Thunderbird 2.0.0.24 (X11/20100504) MIME-Version: 1.0 To: kan References: <32A06FA3CB2F4530BEFC066B42070B99@BillGates> In-Reply-To: <32A06FA3CB2F4530BEFC066B42070B99@BillGates> Content-Type: text/plain; charset=Big5 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: About FreeBSD command 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: Fri, 03 Dec 2010 13:12:19 -0000 kan wrote: > Hi Support, > > I have a FreeBSD server for mailing, > I must make backup and check the which > bit (32bit/64bit) is now use in FreeBSD, > so can you provide the command for me? > > Regards, > Kan What output does: $ uname -m produce? Kevin Kinsey