The PATH Environment Variable
In all Linux/Unix-like environments, we have the PATH environment variable which tells the shell where to look for executable binaries/scripts when commands are issued. This single characteristic makes it probably one of the most important Environment Variables in a Linux/Unix system. In this module, we are going to look at various aspects of this variable.
The PATH Environment Variable Read More »