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

b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720

1 Answers   HCL,


what does exit() do?

3 Answers   Cadence,


There seem to be a few missing operators ..

0 Answers  


main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............

3 Answers  


What are external variables in c?

0 Answers  






Why is c called a structured programming language?

0 Answers  


here is a link to download Let_Us_C_-_Yashwant_Kanetkar

3 Answers   Microsoft,


Why does the call char scanf work?

0 Answers  


Define VARIABLE?

0 Answers   ADP,


What is the explanation for the dangling pointer in c?

0 Answers  


Hai why 'c' is the middle language

4 Answers  


Explain what are bus errors, memory faults, and core dumps?

0 Answers  


Categories