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,16 +1,16 @@
# prctl
> Get or set the resource controls of running processes,
> tasks, and projects
> Get or set the resource controls of running processes,.
> Tasks, and projects.
- examine process limits and permissions
- Examine process limits and permissions:
`prctl {{PID}}`
- examine process limits and permissions in machine parseable format
- Examine process limits and permissions in machine parseable format:
`prctl -P {{PID}}`
- Get specific limit for a running process
- Get specific limit for a running process:
`prctl -n process.max-file-descriptor {{PID}}`