mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Merge branch 'master' into find
This commit is contained in:
commit
120f84eb37
1 changed files with 4 additions and 4 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
`ulimit -a`
|
||||
|
||||
- get hard limit for the number of simultaneously opened files
|
||||
- get hard limit for the number of simultaneously opened files
|
||||
|
||||
`ulimit -H -n`
|
||||
|
||||
- get soft limit for the number of simultaneously opened files
|
||||
- get soft limit for the number of simultaneously opened files
|
||||
|
||||
`ulimit -S -n`
|
||||
`ulimit -S -n`
|
||||
|
||||
- set max per-user process limit
|
||||
- set max per-user process limit
|
||||
|
||||
`ulimit -u 30`
|
||||
|
|
Loading…
Add table
Reference in a new issue