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

User define function contain thier own address or not.

2 Answers  


Write down the program to sort the array.

4 Answers   Impiger,


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


What library is sizeof in c?

0 Answers  


What does *p++ do? What does it point to?

0 Answers  






Explain how are 16- and 32-bit numbers stored?

0 Answers  


What is identifier in c?

0 Answers  


Can a local variable be volatile in c?

0 Answers  


What is %d used for?

0 Answers  


how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48

1 Answers  


What are the different types of linkage exist in c?

0 Answers  


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

0 Answers  


Categories