sunos/*: add Dutch translation (#8743)
This commit is contained in:
16
pages.nl/sunos/prctl.md
Normal file
16
pages.nl/sunos/prctl.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# prctl
|
||||
|
||||
> Lees of configureer de Get or set the resource controls of running processes, tasks, and projects.
|
||||
> Meer informatie: <https://www.unix.com/man-page/sunos/1/prctl>.
|
||||
|
||||
- Uitlezen van de process limits en rechten:
|
||||
|
||||
`prctl {{PID}}`
|
||||
|
||||
- Uitlezen van de process limits en rechten in een geformatteerde layout:
|
||||
|
||||
`prctl -P {{PID}}`
|
||||
|
||||
- Uitlezen van het max file descripter van een lopend proces:
|
||||
|
||||
`prctl -n process.max-file-descriptor {{PID}}`
|
Reference in New Issue
Block a user