⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 嵌入式系统设计与实例开发实验教材二源码 多线程应用程序设计 串行端口程序设计 AD接口实验 CAN总线通信实验 GPS通信实验 Linux内核移植与编译实验 IC卡读写实验 SD驱动使
💻
字号:
Documentation for /proc/sys/		kernel version 2.2.10	(c) 1998, 1999,  Rik van Riel <riel@nl.linux.org>'Why', I hear you ask, 'would anyone even _want_ documentationfor them sysctl files? If anybody really needs it, it's all inthe source...'Well, this documentation is written because some people eitherdon't know they need to tweak something, or because they don'thave the time or knowledge to read the source code.Furthermore, the programmers who built sysctl have built it tobe actually used, not just for the fun of programming it :-)==============================================================Legal blurb:As usual, there are two main things to consider:1. you get what you pay for2. it's freeThe consequences are that I won't guarantee the correctness ofthis document, and if you come to me complaining about how youscrewed up your system because of wrong documentation, I won'tfeel sorry for you. I might even laugh at you...But of course, if you _do_ manage to screw up your system usingonly the sysctl options used in this file, I'd like to hear ofit. Not only to have a great laugh, but also to make sure thatyou're the last RTFMing person to screw up.In short, e-mail your suggestions, corrections and / or horrorstories to: <riel@nl.linux.org>Rik van Riel.==============================================================Introduction:Sysctl is a means of configuring certain aspects of the kernelat run-time, and the /proc/sys/ directory is there so that youdon't even need special tools to do it!In fact, there are only four things needed to use these configfacilities:- a running Linux system- root access- common sense (this is especially hard to come by these days)- knowledge of what all those values meanAs a quick 'ls /proc/sys' will show, the directory consists ofseveral (arch-dependent?) subdirs. Each subdir is mainly aboutone part of the kernel, so you can do configuration on a pieceby piece basis, or just some 'thematic frobbing'.The subdirs are about:debug/		<empty>dev/		device specific information (eg dev/cdrom/info)fs/		specific filesystems		filehandle, inode, dentry and quota tuning		binfmt_misc <linux/Documentation/binfmt_misc.txt>kernel/		global kernel info / tuning		miscellaneous stuffnet/		networking stuff, for documentation look in:		<linux/Documentation/networking/>proc/		<empty>sunrpc/		SUN Remote Procedure Call (NFS)vm/		memory management tuning		buffer and cache managementThese are the subdirs I have on my system. There might be moreor other subdirs in another setup. If you see another dir, I'dreally like to hear about it :-)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -