Carlos E. R. wrote:
On 2017-08-18 11:32, Per Jessen wrote:
Carlos E. R. wrote:
That's one possibility, but then some other big app might crash and I might want its core dump. It is this one particular app I do not want the core.
I have the vague recollection that there is a way to run an app and impede it collecting core :-?
use 'ulimit -c 0' before you start the app.
Thanks, that was it.
That will apply only to the apps started on that shell, or to any other?
only the current and forked processes.
I start that app via script, so it is easily done.
Which is its man page?
section 1 - the bash page. -- Per Jessen, Zürich (24.9°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org