How can the existing environment variable FOOBAR be suppressed for the execution of the script./myscript only?

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

comptia-exams

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.