Files
tldr/pages.tr/sunos/prctl.md
2022-10-31 06:44:28 -03:00

17 lines
495 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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}}`