CompTIA Exam Questions

Which of the following commands allows an administrator to make a shell variable visible to subshell

Which of the following commands allows an administrator to make a shell variable visible to
subshells?

A.
export $VARIABLE

B.
export VARIABLE

C.
set $VARIABLE

D.
set VARIABLE

E.
env VARIABLE