Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Increasing file handles in UNIX... ?
Name: stevem Date: November 26, 1999 at 07:17:44 Pacific
Comment:
Hi there!
I need to increase the available file handles for root to 1000, can someone pls tell me how to do this ? (sorry, no sysadmin here)
Name: Perry Date: November 30, 1999 at 12:59:36 Pacific
Reply:
Steve...
Tough question, can you give more details....what are you trying to do? Do you mean you need more files available for the root partition? ...as in more inodes? If this is the case, inodes are created at file system creation, and are not changeable without reloading.
Summary: I would like to be able to programmatically determine the number of file handles available on the various flavors of unix. This parameter determines the number of open files you can have in one proce...
Summary: I want to know what is the maximum length of the filenames in Unix.what is the maximum allowed length for extension?(Eg:DOS has 8 chars for filename and 3 chars for extension) ...