How to modify the PATH variable and make it executable?
Answer Posted / kaustubh
In shell we can set any env variables in .bashrc file,
.bash_profile file in the user directory or fin /etc/bashrc
by setting variable name PATH(here)
and then export
example
PATH=$home/bin/
export PATH
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a shell in operating system?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
How do I open the shell in cmd?
When should shell programming/scripting not be used?
How to set an array in linux?
What is gui scripting?
What is shell terminal?
What is computer cli?
What are the 3 standard streams in linux?
How to pass an argument to a script?
What is an inode block?
How do I open the shell prompt?
What is shell prompt?
Why is it called a shell?
Explain about echo command?