QuestionQ25
OperationsWhich command defines an environment variable in the current shell and in all of its child processes?
- A env VAR=value
- B VAR=value
- C set VAR=value
- D export VAR=value
Which command defines an environment variable in the current shell and in all of its child processes?
Community Discussion