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 is restrict keyword in c?

0 Answers  


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


write a program to display the frequency of each element in a given array in c language

1 Answers  


Why flag is used in c?

0 Answers  


How can I read data from data files with particular formats?

0 Answers  


Why is c used in embedded systems?

0 Answers  


HOW TO SWAP TWO NOS IN ONE STEP?

16 Answers   Satyam,


What is the difference b/w Structure & Class?

3 Answers  


Are pointers integer?

0 Answers  


What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these

2 Answers   Oracle,


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

0 Answers  


a 'c' program to tell that the set of three coordinates lie on a same line

3 Answers   Persistent,


Categories