CLI 旗標
下列是所有指令行介面 (CLI) 指令共用的旗標。
- -? 或 -h
- 列印說明文字。例如,發出 lssystem -h 會提供 lssystem 指令可用的動作清單。
- -nomsg
- 使用這個旗標會防止顯示 successfully
created 輸出。比方說,如果您發出下列指令:
mkmdiskgrp -ext 16
則會顯示:MDisk Group, id [6], successfully created
但如果加上 -nomsg 參數,例如:mkmdiskgrp -ext 16 -nomsg
則會顯示下列資訊:6
在任何指令中都可以輸入這個參數,但只有在會產生 successfully created 輸出的指令中才有作用。所有其他指令會忽略這個參數。