Introduction
Introduction Statistics Contact Development Disclaimer Help
sysctl.8 - ubase - suckless linux base utils
git clone git://git.suckless.org/ubase
Log
Files
Refs
README
LICENSE
---
sysctl.8 (496B)
---
1 .Dd February 2, 2015
2 .Dt SYSCTL 8
3 .Os ubase
4 .Sh NAME
5 .Nm sysctl
6 .Nd configure kernel parameters at runtime
7 .Sh SYNOPSIS
8 .Nm
9 .Op Fl p Ar file
10 .Ar variable Ns Oo Ar =value Oc Ns ...
11 .Sh DESCRIPTION
12 .Nm
13 modifies kernel parameters at runtime. The parameters available are those
14 listed under
15 .Pa /proc/sys/ .
16 Procfs is required for sysctl support in Linux. You can use
17 .Nm
18 to both read and write sysctl data.
19 .Sh OPTIONS
20 .Bl -tag -width Ds
21 .It Fl p
22 Load the sysctl key=value pairs from
23 .Ar file .
24 .El
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.