sysctl: add generic examples (#22810)

This commit is contained in:
Managor
2026-06-13 09:20:19 +03:00
committed by GitHub
parent d09fc2dc45
commit 2174290112
+8
View File
@@ -19,6 +19,14 @@
`sysctl fs.file-max`
- Get the value of any runtime variable:
`sysctl {{variable_name}}`
- Print only the value without the variable name:
`sysctl {{[-n|--values]}} {{variable_name}}`
- Apply changes from `/etc/sysctl.conf`:
`sysctl {{[-p|--load]}}`