Subject: Re: Linux emulation
To: Nigel Reed <nigel@nelgin.nu>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-help
Date: 11/22/2000 14:21:38
On Nov 22, 11:10am, nigel@nelgin.nu (Nigel Reed) wrote:
-- Subject: Re: Linux emulation

| Ahh, Useful. Thanks Christos. I see the problem.
| 
|  26409 compile  RET   open -1 errno -24 Too many open files
| 
| My next problem is to find out how to increase the number of
| open files. I'm guessing this is a NetBSD rather than Linux
| problem?

ulimit -Sn <nfd> # bourne shell
unlimit descriptors # csh/tcsh 

christos