-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

sysctl


> List and change kernel runtime variables.

More information.


Show all available variables and their values:

sysctl -a

Set a changeable kernel state variable:

sysctl -w {section.tunable}={value}

Get currently open file handlers:

sysctl fs.file-nr

Get limit for simultaneous open files:

sysctl fs.file-max

Apply changes from `/etc/sysctl.conf`:

sysctl -p


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:32:55 2024