fw ctl get
Description
Shows the current value of the specified kernel parameter.
|
Important:
|
|
Notes:
|
Syntax
|
Parameters
Parameter |
Description |
||
---|---|---|---|
|
Runs the command in debug mode. Use only if you troubleshoot the command itself.
|
||
|
Specifies the name of the integer kernel parameter. |
||
|
Specifies the name of the string kernel parameter. |
||
|
Specifies to search for this kernel parameter in this order:
|
Example for an integer kernel parameter
[Expert@MyGW:0]# fw ctl get int fw_kdprintf_limit -a FW: fw_kdprintf_limit = 100 PPAK 0: fw_kdprintf_limit = 10 [Expert@MyGW:0]# |
Example for a string kernel parameter
[Expert@MyGW:0]# fw ctl get str fileapp_default_encoding_charset -a FW: fileapp_default_encoding_charset = 'UTF-8' PPAK 0: Get failed. [Expert@MyGW:0]# |