Penguin

Differences between current version and predecessor to the previous major change of SysctlNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Thursday, June 14, 2007 10:20:25 am by JamieCurtis
Older page: version 2 Last edited on Tuesday, April 17, 2007 3:45:47 pm by IanMcDonald Revert
@@ -24,8 +24,10 @@
  
 2. The 'net.ipv4.icmp_echo_ignore_all' part above specifies the path inside /proc/sys/ to the file corresponding to the kernel parameter. If you use cat to take a look inside this file you will see that all in contains is '1' (the value of the kernel variable) 
  
 If you want to save these in a file it's usually in /etc/sysctl.conf (see [sysctl.conf(5)]) 
+  
+There is also another filesystem full of kernel parameters in called SysFs, normally mounted at /sys. SysFs has more details.  
 ---- 
 CategoryNotes 
 ---- 
-See also [sysctl(8)], [sysctl(2)], SysControls 
+See also [sysctl(8)], [sysctl(2)], SysControls, SysFs