Multiple Choice
How can the existing environment variable FOOBAR be suppressed for the execution of the script./myscript only?
A) unset -v FOOBAR;./myscript
B) set -a FOOBAR="";./myscript
C) env -u FOOBAR./myscript
D) env -i FOOBAR./myscript
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q173: Which of the following commands moves and
Q174: Which of the following statements is valid
Q175: Which of the following is a legacy
Q176: For accessibility assistance, which of the following
Q177: In Bash, inserting 1>&2 after a command
Q179: Which signal is missing from the following
Q180: Which of the following is true about
Q181: What is a purpose of an SSH
Q182: Which of the following commands lists the
Q183: When using rpm --verify to check files