mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 23:42:17 +00:00
sysctl: Use /sys/kernel/variables/ directory instead of /proc/sys
This commit is contained in:
parent
4556fdc891
commit
a0ed543993
Notes:
sideshowbarker
2024-07-17 05:06:49 +09:00
Author: https://github.com/supercomputer7
Commit: a0ed543993
Pull-request: https://github.com/SerenityOS/serenity/pull/15593
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue