Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!rutgers!usc!snorkelwacker!bloom-beacon!eru!luth!sunic!mcsun!unido!quando!omerzu From: omerzu@quando.UUCP (Thomas Omerzu) Newsgroups: comp.unix.ultrix Subject: Re: How to stop core files in / Message-ID: <1566@quando.UUCP> Date: 10 Jun 90 14:01:50 GMT References: Reply-To: omerzu@quando.UUCP (Thomas Omerzu) Organization: Quantum GmbH, Dortmund, W-Germany Lines: 16 In article mikem+@andrew.cmu.edu (Michael Meyer) writes: [...] >Is there any way of inhibiting the core dump, something like the shell's >limit command except for root? [...] You can use a csh-Skript to do the following: limit coredumpsize 1 ... This limits the coredumpsize (for all children of this shell) to 1 kB. If the core would exceed this size, it will not be dumped at all. This does also apply to `root'-Processes. -- Thomas Omerzu, omerzu@quando.quantum.de