Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,19 +1,19 @@
# ulimit
> Get and set user limits
> Get and set user limits.
- get the properties of all the user limits
- Get the properties of all the user limits:
`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`
- set max per-user process limit
- Set max per-user process limit:
`ulimit -u 30`