What is the difference between a shell variable that is
exported and the one that is not exported?
Answer Posted / narendrasairam
What that makes the difference is its Access Scope.
An exported variable is available across the scrips unlike
an unexported one which is local to the script.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of .sh file?
How can I set the default rwx permission to all users on every file which is created in the current shell?
How do I start a shell script?
What is the use of break command?
Why do we use shell scripting?
What does it mean to debug a script?
What is a beat in a script?
What is the use of a shebang line?
What is console line?
Is shell a part of kernel?
Explain about echo command?
How to set an array in linux?
Explain about the exit command?
How does shell scripting work?
What is the meaning of $1 in shell script?