nerdexam
CompTIA

LX0-101 · Question #100

To test a shell script called myscript, the environment variable FOOBAR must be removed temporarily. How can this be done?

The correct answer is C. env u FOOBAR myscript. See the full explanation below for the reasoning.

Question

To test a shell script called myscript, the environment variable FOOBAR must be removed temporarily. How can this be done?

Options

  • Aunset v FOOBAR
  • Bset a FOOBAR=""
  • Cenv u FOOBAR myscript
  • Denv i FOOBAR myscript

How the community answered

(48 responses)
  • A
    10% (5)
  • B
    4% (2)
  • C
    79% (38)
  • D
    6% (3)

Community Discussion

No community discussion yet for this question.

Full LX0-101 Practice