[linux-audio-user] ext3 filesystem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hallo,
Paul Coccoli hat gesagt: // Paul Coccoli wrote:
> Also, have you checked for any core files lying around?  If you have a
> process that's dumping core and being restarted, your disk can fill up
> quickly.  You can use find to remove any core files on disk:
> 
> find / -name "core.*" -exec rm {} \;

Oops, I'd say you should not run this at all: It will also find files
like "core.pd", "core.txt" or "core.c" which probably are *not*
coredumps. Better use:

$ find / -name "core" -exec rm {} \;

Ciao
-- 
 Frank Barknecht                               _ ______footils.org__

[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux