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.)

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



Leave a Reply 2

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


alenlee

alenlee

choose two

D is correct , but another one is ??????
or this is only one answer

MohammadAli

MohammadAli

Another one is C