Q. What is the use of the 'export' command in Linux?
β
Correct Answer: (A)
Sets environment variables for child processes
Explanation: 'export' makes variables available to subprocesses.