how can i set "ulimit -l" to unlimited under X11?
Regards,
Stefan Kuhne
>how can i set "ulimit -l" to unlimited under X11?
That depends on the distribution/release you are using, the run-level
(which determines how you are starting X), and (probably) which
desktop you are running. More details needed. One possible
solution is to see what the ulimit is set to _now_ (`ulimit -l' or
`ulimit -a'), and then use 'grep ulimit /etc/*' (and /etc/*/* and
~/.[a-z]*) to see where it is being set.
Old guy