Where does Linux look for commands to run?
To see this enter "echo $PATH". Everything here is where Linux will search when running commands. (colon delimited)
This can be appended in session by setting the PATH variable.
This can be appended in session by setting the PATH variable.
Comments
Post a Comment