mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 08:15: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:
parent
fb8b12a4c0
commit
aa15037ace
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# ulimit
|
# ulimit
|
||||||
|
|
||||||
> Get and set resource limits for user processes.
|
> 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>.
|
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-ulimit>.
|
||||||
|
|
||||||
- Get the properties of all the user limits:
|
- Get the properties of all the user limits:
|
||||||
|
@ -19,6 +20,6 @@
|
||||||
|
|
||||||
`ulimit -u 30`
|
`ulimit -u 30`
|
||||||
|
|
||||||
- Display help:
|
- Display help (Bash only):
|
||||||
|
|
||||||
`help ulimit`
|
`help ulimit`
|
||||||
|
|
Loading…
Add table
Reference in a new issue