How do you return the debug value to defaults?

You are running a debugging session and you have set the debug environment to
TDERROR_ALL_ALL=5 using the command export TDERROR_ALL_ALL=5. How do you
return the debug value to defaults?

You are running a debugging session and you have set the debug environment to
TDERROR_ALL_ALL=5 using the command export TDERROR_ALL_ALL=5. How do you
return the debug value to defaults?

A.
fw ctl debug 0x1ffffe0

B.
fw debug 0x1ffffe0

C.
export TDERROR_ALL_ALL

D.
unset TDERROR_ALL_ALL



Leave a Reply 2

Your email address will not be published. Required fields are marked *


CNUG

CNUG

It is A

[Expert@HostName]# fw ctl debug 0
Disable all kernel debugging options (de-allocates the buffer automatically kills “fw ctl debug” process):

CNUG

CNUG

Sorry,

It is D

Enable the debug flags:
 # export TDERROR_ALL_ALL=5
 # export OPSEC_DEBUG_LEVEL=9

. Disable the debug flags:
 # unset TDERROR_ALL_ALL
 # unset OPSEC_DEBUG_LEVEL