Formatted all pages according to guidelines.
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user