Which of these commands change the LOGIN_NAME environment variable to elliot?

env LOGIN_NAME=elliotLOGIN_NAME=elliotecho LOGIN_NAME=elliotexport LOGIN_NAME=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.