Exporting Environment Variables In Linux
Open your Linux terminal and run the env command.
The output of the env command displays a list of all the current environment variables and their values. If you do not understand the output on your screen, don't worry this article is here to guide ...
willingly.hashnode.dev13 min read
Tosin Ezekiel
Passionate about Learning, Coding, Problem-Solving, and writing
Wow, thank you for this wonderful write up. I recently made changes to my .bashrc file, changed the PS variable, although i used AI to learn how i can change the name that appears each time I log on to my Linux, reading this makes more sense now. Good job!