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

Firewall Mode: User / Kernel

HeikoAnkenbrand
Champion Champion
Champion

esfku123.JPG
This oneliner shows you the firewall mode (User Mode vs. Kernel Mode):

 


   U=`cpprod_util FwIsUsermode`; [ $U == 0 ] && { U="Kernel Mode"; } || { U="User Mode"; }; echo; echo "Firewall: $U";echo;
  

 

Output:
Onliner-user_mode.JPG

;
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