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 do we delete all blank lines in a file?
Is shell scripting difficult?
What are scripts in psychology?
how do you write sql queries using shell script for eg:- we have databae table like EMPNO,ENAME,SAL,DEPTNO columns in EMP table how you display EMPNO,SAL FIELDS from emp in SHELL SCRIPT please explain with an example
What are the different kinds of loops available in shell script?
Is SSO and SSL support BOXI?
Calculate a real number calculation directly from the terminal and not any shell script.
What are the four fundamental components of every file system on linux?
What language is bash written in?
what are bootlevel in linux?which level is booting by default.
Explain about return code?
How do I run a powershell script?