Add Environment Parameter
The environment variables are used by the shell and its child processes for normal execution of the programs. However, there are times when there is a need to add new variables for specific applications to work. First of all, check the environment parameters with ‘env’ command as shown below: To add the parameter simply use […]
Continue reading about How to add environment variables in Linux/Unix