1.

Explore About Environment Variables?

Answer»

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

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



Discussion

No Comment Found