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

Answer Posted / kiruthikau

You can achieve this using ulimit.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #define in c?

623


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2174


What is meant by type specifiers?

661


What is a macro, and explain how do you use it?

630


Why flag is used in c?

652






What is void pointers in c?

591


Do you know pointer in c?

594


What tq means in chat?

583


What is identifiers in c with examples?

678


Write a program to check armstrong number in c?

636


How many data structures are there in c?

619


What is switch in c?

649


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1262


What is the best way to store flag values in a program?

581


What is difference between constant pointer and constant variable?

631