Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ulimit behaviour of bash vs. zsh
- X-seq: zsh-workers 33363
- From: Michael Prokop <news@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: ulimit behaviour of bash vs. zsh
- Date: Mon, 6 Oct 2014 14:30:46 +0200
- Jabber-id: mika@xxxxxxxxxxxxxxx
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
this is what Bash does:
$ ulimit -l
64
$ ulimit -l unlimited
bash: ulimit: max locked memory: cannot modify limit: Operation not permitted
$ echo $?
1
While that's the behaviour of Zsh:
% ulimit -l
64
% ulimit -l unlimited
% echo $?
0
% ulimit -l
64
I find this quite irritating. Is that behaviour by intention? :)
regards,
-mika-
Attachment:
signature.asc
Description: Digital signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author