From owner-freebsd-questions Fri Jan 21 7:28: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 63D82154C6 for ; Fri, 21 Jan 2000 07:28:04 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id JAA03078; Fri, 21 Jan 2000 09:31:28 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Fri, 21 Jan 2000 09:31:28 -0600 (CST) From: Gene Harris To: Peter Schwenk Cc: questions@FreeBSD.ORG Subject: Re: List of sysctl variables and meanings? In-Reply-To: <388878D2.A5D26BF8@math.udel.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG man sysctl has a small list. The primary place I have found the identifiers is in /usr/include/sys/sysctl.h. You can also do sysctl -aA | more to view all the parameters. You can then cross reference the print out against the sysctl.h header to gain a better understanding how to track the variable use in the source. *==============================================* *Gene Harris http://www.tetronsoftware.com* *FreeBSD Novice * *All ORBS.org SMTP connections are denied! * *==============================================* On Fri, 21 Jan 2000, Peter Schwenk wrote: > Hello List-Members, > > Is there a list of the variables tweakable by sysctl and what they > mean? I am particularly interested in the "usermount" (or something to > that effect), but I would like to learn about the rest of them. > > Thanks in advance for your help. > > -- > PETER SCHWENK | UNIX System Administrator > Department of Mathematical Sciences | University of Delaware > schwenk@math.udel.edu | (302)831-0437 <-NEW!!! > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message