157. What are the important Shell variables that are initialized on starting
a Shell?
There are following important Shell variables that are automatically initialized when a Shell starts:
user:
term:
home:
path:
These Shell variables take values from environment variables.
If we change the value of these Shell variables then the corresponding environment variable value is also changed.