Monday, 22 October 2012

Explore about Environment variables? | Shell Scripting Interview Questions

Environment variables are set at the login time and every shell that starts from this shell gets a copy of the variable. When we export the variable it changes from an shell variable to an environment variable and these variables are initiated at the start of the shell.

No comments: