LPI Exam Questions

Which of the following shell commands makes the already…

Which of the following shell commands makes the already defined variable TEST visible to new
child processes? (Choose two.)

A.
visible TEST

B.
declare +x TEST

C.
declare -x TEST

D.
export TEST

E.
export -v TEST