sunos/*: add Turkish translations (#9444)

This commit is contained in:
Tan Siret A
2022-10-31 10:44:28 +01:00
committed by GitHub
parent 92b9e1caf8
commit 10de3e8db3
9 changed files with 186 additions and 0 deletions

16
pages.tr/sunos/prctl.md Normal file
View File

@@ -0,0 +1,16 @@
# prctl
> Çalışan işlemlerin, görevlerin ve projelerin kaynak kontrollerini öğren veya belirle.
> Daha fazla bilgi için: <https://www.unix.com/man-page/sunos/1/prctl>.
- Belirtilen işlemin limit ve izinlerini incele:
`prctl {{PID}}`
- İşlem limit ve izinlerini makineye dayanıklı fortmattaExamine process limits and permissions in machine parsable format:
`prctl -P {{PID}}`
- Çalışan işlem için belirtilen limiti öğren:
`prctl -n process.max-file-descriptor {{PID}}`