Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 

Show all Kernel Parameters and their Values - ONELINER

HeikoAnkenbrand
Champion Champion
Champion

esk111.JPG

Viewing the list of all the available Firewall Kernel Parameters and their values:

 


   modinfo -p $FWDIR/boot/modules/fw_kern*.o | sort -u | awk 'BEGIN {FS=":"} ; {print $1}' | xargs -n 1 fw ctl get int
  

 

 

 

 

 

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free

Disclaimer: Check Point does not provide maintenance services or technical or customer support for third party content provided on this Site, including in CheckMates Toolbox. See also our Third Party Software Disclaimer.




0 Replies