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
How would you compare the strings in a shell script?
Write the syntax for "if" conditionals in linux?
What are the 3 standard streams in linux?
Explain about the exit command?
What are "c" and "b" permission fields of a file?
What is the significance of the shebang line in shell scripting?
What is the fastest scripting language?
What is the command to find out users on the system?
How do I start a shell script?
How to find duplicate record in file using shell script?
What is bash eval?
How to print all the arguments provided to the script?
What does $@ mean bash?
What is bash command used for?
What is c in shell script?