How To Set Create Environment And Shell Variables In Linux Tecadmin
When a Shell is running there are three types of variables present: In this tutorial, we will see how you can set Environment and Shell variables in Linux. What are Shell Variables? The Shell variables are specific to the current shell and used by the Shell to function correctly. These variables are temporary, and to make them permanent you can export them as environment variables. Some of the common shell variables are:...