nerdexam
LPI

101-350 · Question #39

What is the purpose of the Bash built-in export command?

The correct answer is B. To automate the export of variables for subsequently executed commands. See the full explanation below for the reasoning.

Question

What is the purpose of the Bash built-in export command?

Options

  • ATo allow disks to be mounted remotely.
  • BTo automate the export of variables for subsequently executed commands.
  • CTo make the command history available to sub-shells.
  • DTo run a command as a process in a sub-shell.
  • ETo save variable settings for future shell invocations.

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    85% (22)
  • D
    8% (2)
  • E
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 101-350 Practice