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 to check if a directory exists?
Why do we write bin bash in shell scripts?
What is the significance of $#?
Explain about shebang?
What are the various stages of a linux process it passes through?
Write a command sequence to find the count of each word?
What can scripts do?
How will you connect to a database server from linux?
Print the 10th line without using tail and head command.
What is a shell in operating system?
What will happen to my current process when I execute a command using exec?
Is powershell a language?
What is a program shell?
What is awk in shell script?
What is the use of echo in shell script?