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



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

Answer / anil

In Linux use ulimit command.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

What should be keep precautions while using the recursion method?

1 Answers  


coding for Fibonacci.?

1 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.

0 Answers  


What is the concatenation operator?

0 Answers  


`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  






#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


Why c language is called c?

0 Answers  


A program to allow an input operand and operator from the operator and read on the display and output operand.

0 Answers  


how to construct a simulator keeping the logical boolean gates in c

0 Answers  


What are the scope of static variables?

0 Answers  


What is the symbol indicated the c-preprocessor?

0 Answers  


f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error

4 Answers   HCL,


Categories