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 how you Automate your application using Shell scripting.
What is the use of echo in shell script?
How to get script name inside a script?
State the advantages of shell scripting?
What is sed in shell script?
What is .sh file in mac?
Is cmd a shell?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
Suppose you execute a command using exec, what will be the status of your current process in the shell?
How to find duplicate record in file using shell script?
How can I send a mail with a compressed file as an attachment?
What is a shell script in windows?
Explain about gui scripting?
What will happen to my current process when I execute a command using exec?
Why are shell scripts used?