morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

sysctl.8 (490B)


      1 .TH SYSCTL 8 ubase-VERSION
      2 .SH NAME
      3 \fBsysctl\fR - Configure kernel parameters at runtime
      4 .SH SYNOPSIS
      5 \fBsysctl\fR [\fB-p\fR \fIfile\fR] \fIvariable\fR[=\fIvalue\fR]...
      6 .SH DESCRIPTION
      7 \fBsysctl\fR modifies kernel parameters at runtime.  The parameters available
      8 are those listed under \fI/proc/sys/\fR.  Procfs is required for sysctl support
      9 in Linux.  You can use \fBsysctl\fR to both read and write sysctl data.
     10 .SH OPTIONS
     11 .TP
     12 \fB-p\fR
     13 Load the sysctl key:value pairs from \fIfile\fR.