Beginners Guide for Export Command in Linux

In layman’s terms, the export command is used to create environment variables or update variable values in the current shell session by newly forked child processes without starting a new shell session. Read more