Expand description
Utility commands: uptime, dmesg, echo, env, whoami, grep, setenv, unsetenv
Modulesยง
- audit ๐
- date ๐
- dmesg ๐
- echo ๐
- env ๐
- grep ๐
- ntpdate ๐
- uptime ๐
- watch ๐
- whoami ๐
Structsยง
- Kernel
LogBuffer ๐ - Klog
Entry ๐
Constantsยง
- KLOG_
CAPACITY ๐
Staticsยง
- KLOG ๐
Functionsยง
- cmd_
audit - Display recent audit log entries.
- cmd_
date - Display the current kernel time.
- cmd_
dmesg - Show recent kernel log entries.
- cmd_
dmesg_ ๐impl - cmd_
echo - Echo arguments to shell output.
- cmd_
echo_ ๐impl - cmd_env
- Display all shell environment variables.
- cmd_
grep - Search for matching lines in file or piped input.
- cmd_
grep_ ๐impl - Search for lines matching a pattern in a 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_
uptime_ ๐impl - cmd_
watch - Execute a command repeatedly at a given interval.
- cmd_
whoami - Display current silo and task identity.
- cmd_
whoami_ ๐impl - 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.