1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:17:45 +00:00

sysctl: Use /sys/kernel/variables/ directory instead of /proc/sys

This commit is contained in:
Liav A 2022-10-14 17:36:52 +03:00 committed by Andrew Kaster
parent 4556fdc891
commit a0ed543993
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ sysctl - configure kernel parameters at runtime
sysctl is a utility for managing kernel configuration parameters at runtime.
This requires root privileges, and can crash your system.
Available parameters are listed under /proc/sys/.
Available parameters are listed under /sys/kernel/variables/.
## Options