Which of these commands change the LOGIN_NAME environment variable to elliot?
Excellent! We can change an existing environment variable just like we set it: with the export command.
Yikes! We can change an existing environment variable just like we set it: with the export command.