What are my environment variables?

Halil picture Halil · Dec 13, 2010 · Viewed 79.6k times · Source

I would like to find out my environment variables in bash. Are they stored somewhere?

Answer

athspk picture athspk · Dec 13, 2010

I am not sure if thats what you want, but try printenv
This will show you all your environment variables.

About where they are stored
Linux: where are environment variables stored?

How to set Shell Environment Variables
http://www.codecoffee.com/tipsforlinux/articles/030.html

Happy reading :-)