How can I increase the allowable number of simultaneously
open files?



How can I increase the allowable number of simultaneously open files?..

Answer / kiruthikau

You can achieve this using ulimit.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More C Interview Questions

What is static function in c?

0 Answers  


proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


what is the role you expect in software industry?

0 Answers   HCL,


Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  


What is a const pointer, and how does it differ from a pointer to a const?

2 Answers  


while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?

4 Answers   Aptech,


Explain what does a function declared as pascal do differently?

0 Answers  


what is mallloc()?how it works?

4 Answers   Excel,


Do you have any idea about the use of "auto" keyword?

0 Answers  


what is the importance of spanning tree?

0 Answers  


Why is %d used in c?

0 Answers  


What compilation do?

7 Answers   Geometric Software, Infosys,


Categories