First page Back Continue Last page Image
$PATH
- If you add a program and when you type the command to execute it and nothing happens
- One possible solution is that you need to add the path to where the program is stored to the $PATH variable
$ PATH=/path/to/new/command/directory:$PATH
Use a command like this to add the new path to your $PATH variable
The path to the directory that contains the new program
Leave the current $PATH in the $PATH