What is Path variable?What is its use?
Answer / 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 |
How shell works?
What is an sh file?
write a shell script to check whether all the directories in the path exist has read and write permission
determine the output of the following command: echo ${new:-variable}
What is option in shell script?
What does echo $0 do?
what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?
How do I edit a .sh file?
What is bash command used for?
What is path variable bash?
What is eval in shell script?
c program to check whether all the directories in the path exists has read and write permission