From owner-freebsd-questions@FreeBSD.ORG Sat May 22 15:48:57 2004 Return-Path: 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 3524416A4CE for ; Sat, 22 May 2004 15:48:57 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A8A43D1F for ; Sat, 22 May 2004 15:48:56 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc13) with ESMTP id <2004052222480101600t94lae>; Sat, 22 May 2004 22:48:06 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id D4ABC6C; Sat, 22 May 2004 18:48:01 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Osmany Guirola Cruz References: <200405221416.48441.osmany.guirola@cigb.edu.cu> From: Lowell Gilbert Date: 22 May 2004 18:48:01 -0400 In-Reply-To: <200405221416.48441.osmany.guirola@cigb.edu.cu> Message-ID: <443c5saxjy.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: 2 questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 22:48:57 -0000 Osmany Guirola Cruz writes: > how can i know the amount of free RAM and SWAP Why would you want RAM to be free? try top(1). > how can i configure my "anonymmos ftp" , things like bandwith or number ou > users "man ftpd" explains pretty much everything you need to know about runnign anonymous FTP with the base system ftp daemon. It isn't capable of bandwidth shaping, although dummynet(4) is (in my opinion) the best way to control that -- assuming you really need to, which probably isn't the case, even if you think you do. I don't think the stock ftpd can control number of users.