sysctl(名词/动词)指在类 Unix 系统(如 Linux、BSD、macOS)中,用于查看或动态调整内核参数的机制或命令,常用于网络、内存、进程与安全等系统行为的配置。(也可泛指“内核参数接口/工具”。)
/ˈsɪs.kɑːtəl/
I changed the network setting with sysctl.
我用 sysctl 修改了网络设置。
To reduce latency, the administrator used sysctl to tune kernel parameters and then made the changes persistent in the system configuration.
为降低延迟,管理员使用 sysctl 调整内核参数,并将这些更改写入系统配置以便永久生效。
sysctl 是 system control(系统控制)的缩写/合成写法:sys- 表示 system(系统),ctl 表示 control(控制)。它最早与 BSD 系统中的内核参数管理接口/命令相关,后来在 Linux 等系统中也广泛使用。