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

Re: Creating a core dump / backtrace from /bin/login



On Sat September 27 2008, John Reiser wrote:
> > How can I set ulimits for /bin/login?
>
> For a general program: wrap the program in a shell script.  Move the
> program to a new name somewhere else, then put a script at the original
> name: #! /bin/bash
>     ulimit -c unlimited
>     exec /path/to/new/name/of/original/program "$@"

Thank you, this worked perfectly.

Regards,
Till

Attachment: signature.asc
Description: This is a digitally signed message part.


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