sysenv.1
来自「minix操作系统最新版本(3.1.1)的源代码」· 1 代码 · 共 28 行
1
28 行
.TH SYSENV 1.SH NAMEsysenv \- request system boot parameter.SH SYNOPSIS.B sysenv.RI [ boot-variable "] ...".SH DESCRIPTION.B Sysenvrequests the value of one or more boot variables. For example.B "sysenv\ memory"returns the list of free memory at system startup. Note that someparameters have undergone "device translation" from a device name toa decimal device number..PPIf no variable names are given then the entire boot environment islisted..SH "SEE ALSO".BR svrctl (2),.BR monitor (8),.BR boot (8)..SH DIAGNOSTICSExit code 0 with the variable's value printed to standard output if allrequested variables exist in the boot environment, exit code 1 on anyweird error, exit code 2 if one of the variables is not set, and exitcode 3 if both kind of errors occurred..SH AUTHORKees J. Bot (kjb@cs.vu.nl)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?