mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
470 B
470 B
sysctl
List and change kernel runtime variables. More information: https://manned.org/sysctl.8.
- Show all available variables and their values:
sysctl {{[-a|--all]}}
- Set a changeable kernel state variable:
sysctl {{[-w|--write]}} {{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|--load]}}