From owner-freebsd-questions Wed Oct 11 5:41:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 0B2F437B502 for ; Wed, 11 Oct 2000 05:41:14 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id RAA27341 for ; Wed, 11 Oct 2000 17:01:59 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e9BCf6Z03110 for freebsd-questions@FreeBSD.ORG; Wed, 11 Oct 2000 16:41:06 +0400 Date: Wed, 11 Oct 2000 16:41:06 +0400 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: Stopping a core dump in progress? Message-ID: <20001011164106.B3039@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: ; from pfeifer@dbai.tuwien.ac.at on Wed, Oct 11, 2000 at 02:09:43PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Oct 11, 2000 at 02:09:43PM +0200, Gerald Pfeifer wrote: > So, short of disabling core dumps or limiting the coredumpsize, is there > a way to address this on a case by case base, by manually stopping the > core dump? man login.conf Then hit / and type core then press Enter key. OR man csh Hit / and type coredump then Enter key. OR man sh And again '/coredump Enter-key' I wonder, wonder, wonder. Why some one asks BEFORE he/she check manuals? Ok, maybe someone does not know abour 'man' command? Or does not know where to look? Ok, then just find . -exec zgrep coredump {} \; -printman login.conf Then hit / and type core then press Enter key. OR man csh Hit / and type coredump then Enter key. OR man sh And again '/coredump Enter-key' I wonder, wonder, wonder. Why some one asks BEFORE he/she check manuals? Ok, maybe one does not know where to look? Hope this will help: ------------- find /usr/share/man -exec zgrep -l coredump {} \; ------------- replace 'coredump' with other word if you wish. -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message