You can use command ulimit -a, there you can check the limit for a process.Ulimit gives 1024 as open file limit. In struct task_struct it has a member called struct files_struct *files;
Thanks,
Naveen
Regards,On Mon, Jul 25, 2011 at 5:18 PM, Anuz Pratap Singh Tomar <chambilkethakur@gmail.com> wrote:
On Mon, Jul 25, 2011 at 12:31 PM, Venkateswarlu P <p.venkatesh551@gmail.com> wrote:
What is the Max no of files that can be opened simultaneously within a Single C program.
i want this information for kenel compilation
See man 3 setrlimit
Total number of files that can be opened should depend on file system.
And what this has to do with kernel compilation?
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies