Q. What is the use of the 'export' command in Linux?

  • (A) Sets environment variables for child processes
  • (B) Saves file to disk
  • (C) Runs a command with elevated privileges
  • (D) Displays environment variables
πŸ’¬ Discuss
βœ… Correct Answer: (A) Sets environment variables for child processes
Explanation: 'export' makes variables available to subprocesses.
Explanation by: Mr. Dubey
'export' makes variables available to subprocesses.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
73
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate