Prepare for your Next Interview
This is a discussion on What is usage of Environment declaring in Shells within the Unix/Linux forums, part of the Operating Systems category; What is usage of Environment declaring in Shells? What are the problems will come if it is wrongly declared or not declared? Tell me details about Environments. Question asked by ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
What is usage of Environment declaring in Shells
What is usage of Environment declaring in Shells? What are the problems will come if it is wrongly declared or not declared? Tell me details about Environments.
Question asked by visitor Karthi |
| Sponsored Links |
|
|||
|
Re: What is usage of Environment declaring in Shells
Environment variables are commonly used to store the data which must be available to all programs on the system and operating system itself. ie. PATH, SHELL etc. In linux, by default, the scope of an environment variable is limited to the shell in which it is declared, but the export command can be used to make it available to child shells also. These are public variables which store global or environment data so called as environment variables. If a required EV is not found, the programs which use that EV would fail.
__________________
Regards, Anoop :) If its useful, dont forget to [COLOR="Red"]THANK[/COLOR] me :cool: |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Declaring the application objects | Geek_Guest | VB.NET | 1 | 11-20-2007 05:18 AM |
| Usage of this Command | sripri | Unix/Linux | 1 | 11-12-2006 02:57 PM |
| What is the Usage of this Command | RyanJames | Unix/Linux | 1 | 08-20-2006 01:17 AM |
| Usage of this command | Bessie | Unix/Linux | 1 | 08-17-2006 02:08 AM |
| Shells in Linux | janelyn | Unix/Linux | 2 | 07-12-2006 04:03 PM |