← 返回命令列表

Linux command

systeroid 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List all kernel parameters

systeroid -A

Display parameters in tree format

systeroid -T

Set a kernel parameter

systeroid [kernel.hostname]=[myhost]

Search parameters matching a pattern

systeroid -r [net.ipv4]

Display parameter values with documentation

systeroid -E [kernel.hostname]

Output parameters as JSON

systeroid -A --output json

Launch the TUI

systeroid-tui

说明

systeroid is a more powerful alternative to sysctl for managing kernel parameters at runtime via procfs. It provides both a CLI and TUI interface, supports tree-like display, JSON output, regex pattern matching, and can fetch official Linux kernel documentation for parameters.

FAQ

What is the systeroid command used for?

systeroid is a more powerful alternative to sysctl for managing kernel parameters at runtime via procfs. It provides both a CLI and TUI interface, supports tree-like display, JSON output, regex pattern matching, and can fetch official Linux kernel documentation for parameters.

How do I run a basic systeroid example?

Run `systeroid -A` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more systeroid examples?

This page includes 7 examples for systeroid, plus related commands for nearby Linux tasks.