LinuxCommandLibrary

systeroid

Powerful alternative to sysctl with TUI

TLDR

List all kernel parameters
$ systeroid -A
copy
Display parameters in tree format
$ systeroid -T
copy
Set a kernel parameter
$ systeroid [kernel.hostname]=[myhost]
copy

SYNOPSIS

systeroid [options] [variable[=value] ...]

DESCRIPTION

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.

HISTORY

systeroid was created by Orhun Poyraz (orhun) and is written in Rust.

SEE ALSO

sysctl(1), procfs(5), tuned(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard