Description
Shows the current value of the specified kernel parameter.
Notes:
$FWDIR/modules/fw_kern_64.o$FWDIR/modules/fw_kern_64_v6.o$PPKDIR/modules/sim_kern_64.o$PPKDIR/modules/sim_kern_64_v6.oImportant:
In addition, see the fw ctl set command.
Syntax
| fw [-d] ctl get int <Name of Integer Kernel Parameter> [-a] str <Name of String Kernel Parameter> [-a] | 
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 SIM: fw_kdprintf_limit = 100 [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' SIM: Failed to get from ppak [Expert@MyGW:0]# | 
Related SK article
sk33156: Creating a file with all the kernel parameters and their values