Date: Wed, 11 Oct 2000 16:41:06 +0400 From: Igor Roboul <igor@raduga.dyndns.org> To: freebsd-questions@FreeBSD.ORG Subject: Re: Stopping a core dump in progress? Message-ID: <20001011164106.B3039@linux.rainbow> In-Reply-To: <Pine.BSF.4.21.0010111307000.2865-100000@taygeta.dbai.tuwien.ac.at>; from pfeifer@dbai.tuwien.ac.at on Wed, Oct 11, 2000 at 02:09:43PM %2B0200 References: <Pine.BSF.4.21.0010111307000.2865-100000@taygeta.dbai.tuwien.ac.at>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001011164106.B3039>