Which of these commands can we use to set an environment variable?

chmodechoexportenv

Great work! We use export followed by the variable name= and the variable value.

Oh noes! We use export followed by the variable name= and the variable value.