answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the purpose of a PATH variable?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the purpose of path environment variable in the windows command CMD.EXE shell environment?

The PATH environment variable is the default search path(s) for when an explicit path is not provided and the file requested is not in the current directory.


What is the purpose of PATH variable in Linux?

It's an environment variable that stores the paths of commonly used executables. All OSes have this set, even on Windows.


What is path variable and what is its use?

The path (or PATH) variable is a shell environment variable. It describes to the shell which directories should be searched for executable files/programs. The system does not search every directory to find a program; only those directories indicated in the PATH shell environment variable. The same thing is true for Windows.


What is path variable in unix?

It is special variable that has a lit of directories there all our applications are located. In other to find out this PATH variable in UNIX type operating system use env command and look for PATH variable in ENVIRONMENT variables list or use bash line: echo $PATH this will return only $PATH variable.For example my PATH variable is:/Users/david/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/binWhen you will try to launch a program by writing it's name in console all those directories you see in PATH variable will be checked for that application.


What is an idependent variable?

It is the kind of variable that you purposely change.


What is the dependent varible?

The dependent variable ( responding variable ) is the variable that changes on purpose.


When installing the Android SDK what is the purpose of creating a user variable using the environment variables in Windows?

The Android SDK requires that you add the following environment variable: ANDROID_HOME = <installation location>\android-sdk-windows This is used to determine where the SDK can be found. In addition, it is recommended you also add the tools and platform-tools sub-folders to your PATH: PATH = <existing path>;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools Note how the path makes use of the ANDROID_HOME environment variable. With these variables in place, you can more easily execute the commands contained therein without specifying the path to those commands.


Which environment variable stores the users path to their home directory?

The HOME environment variable has this information.


How do you see your Linux path?

Not exactly clean what do you mean.1. Which directory are you in: pwd2. Your PATH environment variable: echo $PATH


How do you enable or disable built-in utilities in UNIX?

Utilities are external programs - they reside in various directories. To enable them, make sure the directory path is in your $PATH variable so it can find them. Likewise, to disable them make sure the directory path is not in your $PATH variable for the shell.


Which variable is changed on purpose?

constant


Where is the path variable in ms-dos environment?

It's called Path (use the SET command to access it).