Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2000 20:59:39 +0400 (MSD)
From:      Igor Timkin <ivt@logger.gamma.ru>
To:        youlgok@attglobal.net
Cc:        darryl@osborne-ind.com, FreeBSD-Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: [Q] location of core
Message-ID:  <200006221659.UAA57476@logger.gamma.ru>
In-Reply-To: <3952296F.6296D094@attglobal.net> "from youlgok@attglobal.net at Jun 22, 2000 10:57:52 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> Darryl:
> 
> Thanks for your feedback.  But your command doesn't work.
> 
> find . -name core -print

Try
find . -name '*.core' -print

> 
> can't find any *.core file(s).
> 
> Any other suggestion?  Thanks anyway.
> 
> 
> --youlgok
> 
> 
> 
> Darryl Hoar wrote:
> 
> > as root:
> > bigcat:> cd /
> > bigcat:> find . -name core -print
> >
> > the find command will list all the core files. You
> > then can use the rm command to delete the individual
> > core files.
> >
> > -- Darryl
> >
> > -----Original Message-----
> > From: owner-freebsd-questions@FreeBSD.ORG
> > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of
> > youlgok@attglobal.net
> > Sent: Thursday, June 22, 2000 6:14 AM
> > To: FreeBSD-Questions
> > Subject: [Q] location of core
> >
> > X Window was crashed.  I think some core file(s) might be created.  I
> > did df -k and
> > the size of Avail disk has been increased a lot.  If core file has been
> > created,
> > where it might be located?
> >
> > FBSD-3.3-R / XFree86 3.3.5 / X Window
> >
> > Thanks.
> >
> > --youlgok
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 



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?200006221659.UAA57476>