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.