1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 08:55:23 +02:00

ulimit: explicitly specify help ulimit is bash only (#16787)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Pranaov S 2025-06-07 11:39:40 +00:00 committed by GitHub
parent fb8b12a4c0
commit aa15037ace
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
# ulimit
> Get and set resource limits for user processes.
> It is a shell builtin hence not shell-agnostic.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-ulimit>.
- Get the properties of all the user limits:
@ -19,6 +20,6 @@
`ulimit -u 30`
- Display help:
- Display help (Bash only):
`help ulimit`