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 batch file programming?
What does $0 mean in shell script?
What is shell company all about?
Why is it called a shell?
What is the default shell of solaris?
What is eval in shell script?
What does debug script mean?
How do I run a powershell script?
How are shells born?
How do I run a shell script in powershell?
Why is shell scripting important?
What is the purpose of scripting?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What is shell geeksforgeeks?
I have 2 files and I want to print the records which are common to both.