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
Explain about sourcing commands?
How do I open a jshell in cmd?
How can you get the value of pi till a 100 decimal places?
What are the different types of shell scripting?
Where is bash history?
How to calculate the number of passed arguments?
What is an sh file?
How to redirect both standard output and standard error to the same location?
How will you pass and access arguments to a script in linux?
What does egrep mean?
What does $$ mean in shell script?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
What is shell prompt?
Why are there shells on the beach?
How to get script name inside a script?