What is the difference between a shell variable that is
exported and the one that is not exported?
Answer Posted / shimpi
Exported variable is like GLOBAL variable which can be used
across teh scripts and UNIX servers.
Whereas Unexported variable can be the used within the
defined script itself.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of scripting?
What is $1 in shell scripting?
What does the sh command do?
Can we run shell script in windows?
How do we create command aliases in a shell?
How can I set the default rwx permission to all users on every file which is created in the current shell?
what is info area how many types?
What is the syntax of "nested if statement" in shell scripting?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What is shift command in shell script?
What is an inode block?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
How to print all the arguments provided to the script?
Write down the syntax for all the loops in shell scripting.
What is the command to find out today's date?