From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 10:27:30 2005 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 559E916A41F for ; Fri, 28 Oct 2005 10:27:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4505743D58 for ; Fri, 28 Oct 2005 10:27:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-b122.otenet.gr [212.205.244.130]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j9SARPDd024413; Fri, 28 Oct 2005 13:27:26 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9SARFr3003927; Fri, 28 Oct 2005 13:27:15 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9SARFhT003926; Fri, 28 Oct 2005 13:27:15 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 28 Oct 2005 13:27:15 +0300 From: Giorgos Keramidas To: Yance Kowara Message-ID: <20051028102715.GB3840@flame.pc> References: <20051027144353.GA5142@dan.emsphone.com> <20051028101804.72693.qmail@web30315.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051028101804.72693.qmail@web30315.mail.mud.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: sysctl.conf (formerly packet forwarding) 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, 28 Oct 2005 10:27:30 -0000 On 2005-10-28 03:18, Yance Kowara wrote: > The handbook suggested that "Over five hundred system > variables can be read and set using sysctl(8)" ... > > Any clue as to where I can see those "over five > hundred system variables"? ... just being curious ... To see a list of all the sysctl variables: sysctl -a | more Not all of these are read-write though, so it may not be possible to set all of them.