Answer Posted / guest
PATH is an environment variable.
It contains the sequence of paths seperated by colons(:)
when we enter commands on the prompt the shell first checks
that coorresponding program to execute in those paths
specified in PATH variable.
We can print that sequnece by typing
echo $PATH
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to get the last line from a file using just the terminal?
Is shell scripting a language?
What is the command to find out users on the system?
What is bash command used for?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
What is inside a seashell?
Explain how you Automate your application using Shell scripting.
What is a shell made of?
I have 2 files and I want to print the records which are common to both.
What is the best scripting language?
How do you create a shortcut in linux?
What is the use of .sh file?
What are the advantages of using shell scripts?
What does path stand for?
What is the use of echo in shell script?