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
What is the best shell scripting language?
What is shell and terminal?
Is shell scripting a programming language?
What is bash coding?
What is path in shell script?
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
What is an inode block?
What are the disadvantages of shell scripting?
What are "c" and "b" permission fields of a file?
What is scripting used for?
What is shell geeksforgeeks?
How do I open the shell in cmd?
determine the output of the following command: echo ${new:-variable}
What is the difference between break and continue commands?
How to check if a directory exists?