Marin D wrote: > Is there a way to enfroce process limits? > > ulimit is bash specific, setrlimit() needs superuser privileges... setrlimit() doesn't require superuser privilege in general. You only require superuser privilege to increase the soft limit above the hard limit. The same applies to bash's `ulimit' command, which (AFAIK) calls setrlimit(). -- Glynn Clements <[EMAIL PROTECTED]>
- fork-of-death Marin D
- Glynn Clements