mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 05:56:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# 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:
|
||||
@@ -24,6 +25,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`ulimit -u 30`
|
||||
|
||||
- Display help:
|
||||
- Display help (Bash only):
|
||||
|
||||
`help ulimit`
|
||||
|
||||
Reference in New Issue
Block a user