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
Which of the following shell commands makes the already defined variable TEST visible to new
child processes? (Choose two.)
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
choose two
D is correct , but another one is ??????
or this is only one answer
Another one is C