Penguin

Differences between version 5 and predecessor to the previous major change of SysFs.

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

Newer page: version 5 Last edited on Sunday, June 17, 2007 11:17:15 pm by LawrenceDoliveiro Revert
Older page: version 4 Last edited on Thursday, June 14, 2007 11:11:15 am by IanMcDonald Revert
@@ -1,8 +1,8 @@
 sysfs is a Linux pseudo filesystem that is used to export information, and runtime configuration support from drivers into userspace. By convention ([LSB]) it's mounted on <tt>/sys</tt>. 
  
 The [sysfsutils|http://linux-diag.sourceforge.net/Sysfsutils.html] package contains a library and command line tool (<tt>systool</tt>) to explore <tt>/sys</tt> and display and alter current settings. The [Debian] package at least uses this tool to provide boot time configuration of SysFs values through the <tt>/etc/sysfs.conf</tt> file. 
  
-Note that this is being phased out and that the preferred method is through <tt>/proc/sys</tt> or using <tt>sysctl</tt> and at boot time through <tt>/etc/sysctl.conf</tt>. See SysctlNotes for more information. 
+Also note that some kernel options are still configured through <tt>/proc/sys</tt> or using <tt>sysctl</tt> and at boot time through <tt>/etc/sysctl.conf</tt>. See SysctlNotes for more information. 
  
 ---- 
 CategorySystemAdministration, CategoryNotes