sunos/*: add Dutch translation (#8743)

This commit is contained in:
Simon Verhoeven
2022-10-06 17:09:36 +02:00
committed by GitHub
parent 83d8e57068
commit 678ec806fd
9 changed files with 186 additions and 0 deletions

16
pages.nl/sunos/prctl.md Normal file
View 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}}`