nerdexam
CompTIA

LX0-102 · Question #273

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

(47 responses)
  • A
    15% (7)
  • B
    9% (4)
  • C
    72% (34)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full LX0-102 Practice