Skip to main content

Module util

Module util 

Source
Expand description

Utility commands: uptime, dmesg, echo, env, whoami, grep, setenv, unsetenv

Functionsยง

cmd_audit
Display recent audit log entries.
cmd_date
Display the current kernel time.
cmd_dmesg
Show recent kernel log entries.
cmd_echo
Echo arguments to shell output.
cmd_env
Display all shell environment variables.
cmd_grep
Search for matching lines in file or piped input.
cmd_ntpdate
cmd_setenv
Set a shell environment variable: setenv KEY=VALUE.
cmd_unsetenv
Remove a shell environment variable: unsetenv KEY.
cmd_uptime
Show uptime and basic runtime counters.
cmd_watch
Execute a command repeatedly at a given interval.
cmd_whoami
Display current silo and task identity.
init_shell_env
Initialize kernel shell environment with default values.
klog_write
shell_getenv
Get a shell environment variable by key.
shell_setenv
Set a shell environment variable.
shell_unsetenv
Remove a shell environment variable.