How to modify the PATH variable and make it executable?
Answer Posted / shailendra kumar tiwary
we can set PATH by using export PATH command.
ex:-
PATH=/opt/j2sdk1.4.2_04/bin:............
export PATH
and to make it executable we can set the same
in ".bash_profile".
To execute it ". .bash_profile"
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is bourne shell scripting?
What does sh mean?
How do I save a powershell script?
What is k shell?
What are the advantages of shell script?
Is bash an operating system?
How to get the 3rd element/column from each line from a file?
How can the contents of a file inside jar be read without extracting in a shell script?
What is eval in shell script?
Explain about echo command?
How do you debug a script?
How does shell scripting work?
What are the default permissions of a file when it is created?
Explain about "s" permission bit in a file?
When should shell programming/scripting not be used?