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 are the two files of crontab command?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What are "c" and "b" permission fields of a file?
How to check if the previous command was run successfully?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
Explain how you Automate your application using Shell scripting.
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
What is the difference between break and continue commands?
How to get script name inside a script?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
What is the conditional statement in shell scripting?
What lives in a shell?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
Is powershell a language?
How do we create command aliases in a shell?