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 |
What are the advantages of bash over all other shells?
Write a command sequence to find the count of each word?
write a shell script to check the failed jobs?
What is shell variable?
What are the zombie processes?
Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.
Is shell a part of kernel?
I Forgot My Windows Vista Password! How Can I Find My Windows Lost Password?
How to get the 3rd element/column from each line from a file?
determine the output of the following command: echo ${new:-variable}
What is the syntax of "expr" command?
What is web script?