LPIC-1 Exam 101 (Linux Administrator) — Question 26

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

Answer options

Correct answer: D

Explanation

The correct answer, D, is accurate because the export command is specifically used to set environment variables that can be accessed by subsequently executed processes. Options A, B, C, and E describe different functionalities that are not related to the export command's purpose in the Bash shell.