How to modify the PATH variable and make it executable?
Answer Posted / swaroopa
use setenv command to set the path
eg: setenv PATH "/workingdir/"
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Print the 10th line without using tail and head command.
What is a file basename?
What is c in shell script?
Explain about non-login shell files?
How will you pass and access arguments to a script in linux?
Differentiate between ‘ and ” quotes.
What is the difference between break and continue commands?
What does path stand for?
What is the difference between bash and shell?
How do you find out What is your shell?
What are script files?
Can we run shell script in windows?
Explain about return code?
Explain about "s" permission bit in a file?
Give some situations where typing error can destroy a program?