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 does debug script mean?
Where are cowrie shells found?
What is the significance of the shebang line in shell scripting?
What does egrep mean?
what is this line in the shell script do ?#!/bin/ksh
What are the zombie processes?
What are "c" and "b" permission fields of a file?
How do I run a shell script on a mac?
How do I save a powershell script?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
Explore about environment variables?
How does path variable work?