Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to create environment variables?What are the conditions
for creating variables?

Answer Posted / siba sankar nayak

We can create environment variable by using export command.
(Also by using set, but difference between set and export
is the which has been exported is being availabe in
cloned/child shell.) export VAR="Welcome"
But problem is this variable has life span of sesson only.
For making it permananet we need to put that in login
script.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.

1210


What are the types of script?

1242


What is a boot block?

1083


What is a scripting language simple definition?

1155


write a shell script to check the failed jobs?

4443


What is c in shell script?

1116


Explain about shebang?

1085


What language is used in terminal?

1021


Explain about non-login shell files?

1258


Write a shell script to get current date, time, user name and current working directory.

1131


What is inside a seashell?

1182


Which scripting language is best for automation?

1000


What does $$ mean in shell script?

1106


Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

2519


What is scripting autism?

1259