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.
how many file descriptors used
Name: bamore Date: December 24, 2003 at 11:43:35 Pacific OS: UNIX CPU/Ram: sparc
Comment:
In my application for a process system is running out of file descriptors( MAX is configured as 64 ). Is there any way i can call some function(s) in a C program to find out number of file descriptors currently used in a process? Thanks.
Summary: It sounds like the best thing for you to use is Mandrake Linux 7.0 at your local Electronics Botique. And how many ARE there? More than can be counted....
Summary: This script will choose a random file from a directory. (I'll leave the actual sendmail command to you). I use the ksh/bash RANDOM variable to generate a random number. Below, generating $s1 & $s2 t...
Summary: I would like to know how can i use "ls | wc -l" in a shell script programming.. "ls | wc -l" is to show how many files in the directroy.. so it should carry a value when used in the shell script.. "$n...