soft and hard file limits - edited descriptions

waldyrious/alt-syntax
Cvetomird91 2015-12-31 00:27:57 +02:00
parent 1f74ef276d
commit ba7b7861f6
1 changed files with 19 additions and 0 deletions

19
pages/linux/ulimit.md Normal file
View File

@ -0,0 +1,19 @@
# ulimit
> Get and set user limits
- get the properties of all the user limits
`ulimit -a`
- get hard limit for the number of simultaneously opened files
`ulimit -H -n`
- get soft limit for the number of simultaneously opened files
`ulimit -S -n`
- set max per-user process limit
`ulimit -u 30`