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 to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
What are the different types of commonly used shells on a typical linux system?
When we login into our account which files are executed?
What is shift command in shell script?
Is shell scripting a programming language?
What is the command for " how many shell is running in your system or how many shell supported by your system " ?.
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
Write a shell program to test whether a given number is even or odd?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is the equivalent of a file shortcut that we have a window on a linux system?
Is scripting and coding the same thing?
Give some situations where typing error can destroy a program?