The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/Documentation/sysctl/

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

Name Size Last modified (GMT) Description
Back Parent directory 2009-05-27 19:05:28
File README 2647 bytes 1999-07-06 03:04:47
File fs.txt 4836 bytes 2000-01-11 02:15:58
File kernel.txt 7988 bytes 2001-09-30 19:26:08
File sunrpc.txt 784 bytes 1999-07-06 03:04:47
File vm.txt 8972 bytes 2002-11-28 23:53:08

    1 Documentation for /proc/sys/            kernel version 2.2.10
    2         (c) 1998, 1999,  Rik van Riel <riel@nl.linux.org>
    3 
    4 'Why', I hear you ask, 'would anyone even _want_ documentation
    5 for them sysctl files? If anybody really needs it, it's all in
    6 the source...'
    7 
    8 Well, this documentation is written because some people either
    9 don't know they need to tweak something, or because they don't
   10 have the time or knowledge to read the source code.
   11 
   12 Furthermore, the programmers who built sysctl have built it to
   13 be actually used, not just for the fun of programming it :-)
   14 
   15 ==============================================================
   16 
   17 Legal blurb:
   18 
   19 As usual, there are two main things to consider:
   20 1. you get what you pay for
   21 2. it's free
   22 
   23 The consequences are that I won't guarantee the correctness of
   24 this document, and if you come to me complaining about how you
   25 screwed up your system because of wrong documentation, I won't
   26 feel sorry for you. I might even laugh at you...
   27 
   28 But of course, if you _do_ manage to screw up your system using
   29 only the sysctl options used in this file, I'd like to hear of
   30 it. Not only to have a great laugh, but also to make sure that
   31 you're the last RTFMing person to screw up.
   32 
   33 In short, e-mail your suggestions, corrections and / or horror
   34 stories to: <riel@nl.linux.org>
   35 
   36 Rik van Riel.
   37 
   38 ==============================================================
   39 
   40 Introduction:
   41 
   42 Sysctl is a means of configuring certain aspects of the kernel
   43 at run-time, and the /proc/sys/ directory is there so that you
   44 don't even need special tools to do it!
   45 In fact, there are only four things needed to use these config
   46 facilities:
   47 - a running Linux system
   48 - root access
   49 - common sense (this is especially hard to come by these days)
   50 - knowledge of what all those values mean
   51 
   52 As a quick 'ls /proc/sys' will show, the directory consists of
   53 several (arch-dependent?) subdirs. Each subdir is mainly about
   54 one part of the kernel, so you can do configuration on a piece
   55 by piece basis, or just some 'thematic frobbing'.
   56 
   57 The subdirs are about:
   58 debug/          <empty>
   59 dev/            device specific information (eg dev/cdrom/info)
   60 fs/             specific filesystems
   61                 filehandle, inode, dentry and quota tuning
   62                 binfmt_misc <linux/Documentation/binfmt_misc.txt>
   63 kernel/         global kernel info / tuning
   64                 miscellaneous stuff
   65 net/            networking stuff, for documentation look in:
   66                 <linux/Documentation/networking/>
   67 proc/           <empty>
   68 sunrpc/         SUN Remote Procedure Call (NFS)
   69 vm/             memory management tuning
   70                 buffer and cache management
   71 
   72 These are the subdirs I have on my system. There might be more
   73 or other subdirs in another setup. If you see another dir, I'd
   74 really like to hear about it :-)

[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.