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
How would you compare the strings in a shell script?
How do I stop script errors?
What is web script?
Why is it called a shell?
What are zombie processes?
Can we run shell script in windows?
How to print all array elements and their respective indexes?
Why are there shells on the beach?
What are filters explain sort with all the options available?
What is computer cli?
What are the four fundamental components of every file system on linux?
What are the advantages of using shell scripts?
What is shell and shell script?
What is the first line of a shell script called?
What is the difference between scripting and coding?