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 the first line in a shell script?
What command needs to be used to take the backup?
What is the use of break command?
How do I run a .sh file?
What is echo $shell?
What is @echo off?
What is awk in shell script?
What is shell chemistry?
Is shell scripting a programming language?
Write the syntax for "if" conditionals in linux?
How to get script name inside a script?
How will you print the login names of all users on a system?
How to find all the files modified in less than 3 days and save the record in a text file?
What are the disadvantages of shell scripting?
What is another name for a bash shell script that you might see?