tldr/pages.tr/sunos/prctl.md

17 lines
495 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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