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 the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,


explain what is a newline escape sequence?

0 Answers  


number 2 plssssss help !!....using array.. turbo c.. create a program that will accept a number and determine if it is a happy number or an unhappy number.. example: enter a number : 7 7*7=49 then 4 and 9 4*4 and 9*9== 16 + 18 gives you 97 then 9 and 7 9*9 and 7*7 == 81 + 49 gives you 130 then 1 and 3 1*1 and 3*3 == 1 + 9 gives you 10 1*1 gives you 1 sample output: 7= 49= 16+81= 97= 81+49=130 =1+9=10 =1 "7 is a happy number" . if the last number is 2 then the number being inputed is not a happy number.

3 Answers  


Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d

1 Answers   TCS,


What is the difference between array and structure in c?

0 Answers  






atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation

0 Answers  


What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


What is s in c?

0 Answers  


What is a pointer value and address in c?

0 Answers  


what is the different between if-else and switch statment (other than syntax)

26 Answers   CTS, Oracle, Scorpos,


Write a program to print the prime numbers from 1 to 100?

7 Answers  


i have a written test in tomorrow

1 Answers   NNN, Value Labs,


Categories