1. The environment variable in Linux , that contain a list of directories the shell automatically recognizes:

Answer: $ PATH.

Reply

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Tags
Show Similar Question And Answers
QA->The environment variable in Linux , that contain a list of directories the shell automatically recognizes:....
QA->The shell surface of egg is recovered by a thin mucus layer which provides natural protection to shell pores:....
QA->The command used to display Directories and Files in sorted order:....
QA->In C++ , a pointer that is automatically being passed to a member function during its invocation is :....
QA->Which proclamation of National Emergency automatically suspends?....
MCQ->Which of the following statements are correct? A struct can contain properties. A struct can contain constructors. A struct can contain protected data members. A struct cannot contain methods. A struct cannot contain constants....
MCQ->Match List I correctly with List II and select your answer using the codes given below : List I List II a) Perfect linear relationships 1. Linear model b) Co-efficient of determination 2. Criterion variable c) y=+ x + E 3. Science d) Variable Y 4. r2...
MCQ->What will be the output of the program? #include<stdio.h> #include<stdarg.h> void fun1(char, int, int , float , char ); void fun2(char ch, ...); void (p1)(char, int, int , float , char ); void (p2)(char ch, ...); int main() { char ch='A'; int i=10; float f=3.14; char p="Hello"; p1=fun1; p2=fun2; (p1)(ch, i, &i, &f, p); (p2)(ch, i, &i, &f, p); return 0; } void fun1(char ch, int i, int pi, float pf, char p) { printf("%c %d %d %f %s \n", ch, i, pi, pf, p); } void fun2(char ch, ...) { int i, pi; float pf; char p; va_list list; printf("%c ", ch); va_start(list, ch); i = va_arg(list, int); printf("%d ", i); pi = va_arg(list, int); printf("%d ", pi); pf = va_arg(list, float); printf("%f ", pf); p = va_arg(list, char ); printf("%s", p); }...
MCQ->S1: Biological evolution has not fitted man to any specific environment. P : It is by no means a biological evolution, but it is a cultural one. Q : His imagination, his reason, his emotional subtlety and toughness, makes it possible for him not to accept the environment but to change. R : And that series of inventions by which man from age by age has reshaped his environment is a different kind of evolution. S : Among the multitude of animals which scamper, burrow swim around us he is in the only one who is not locked in to his environment. S6: That brilliant sequence of cultural peaks can most appropriately be termed the ascent of man. The Proper sequence should be:...
MCQ-> Read the following passage carefully and answer the questions given below it. Certain words/expressions are given in bold in the passage to help you locate them while answering some of the questions.Radically changing monsoon patterns, reduction in the winter rice harvest and a quantum increase in respiratory diseases-all part of the environmental doomsday scenario which is reportedly playing out in South Asia. According to a United Nations Environment Programme report, a deadly three-km deep blantant of pollution comprising a fearsome cocktail of ash, acids, aerosols and other particles has enveloped this region. For India, already struggling to cope with a drought. the implications of this are devastating and further crop failure will amount to a life and death question for many Indians. The increase in premature deaths will have adverse social and economic consequences and a rise in morbidities will place an unbearable burden on our rumbling health system And there is no one to blame but ourselves. Both official and corporate India has always been allergic to any mention of clean technology. Most mechanical two wheelers roll off the assembly line without proper pollution control systems. Little effort is made R & D on simple technologies, which could make a vital difference to people’s lives and the environment. However, while there is no denying that South Asia must clean up its act, skeptics might questions the timing of the haze report. The Johannesburg meet on Rio+ 10 is just two weeks away and the state is set for the usual battle between the developing world and the West, particularly the U. S. President Mr. Bush has adamantly refused to sign any protocol, which would mean a change in American consumption U. N. environment report will likely find a place in the U. S. arsenal as it points an accusing finger countries like India and China. Yet the U.S. can hardly deny its own dubious role in the matter of erasing trading quotas. Richer countries can simply buy up excess credits from poorer countries and continue to pollute. Rather than try to get the better of developing countries, who undoubtedly, have taken up environmental shortcuts in their bid to catch up with the West, the U. S. should take a look at the environment profligacy, which is going on within. From opening up virgin territories for oil exploration to relaxing the standards for drinking water, Mr. Bush’s policies are not exactly beneficial-not even to Americans we realize that we are all in this together and that pollution anywhere should be a global concern only be more tunnels at the end of the tunnel.Both official and corporate India is allergic to
 ...
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions