1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages.id/sunos/prctl.md
Moch. Bima Pangestu 0dffaf54fe
sunos*: add Indonesian translation (#12520)
* sunos*: add Indonesian translation

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2024-04-09 15:18:38 +05:30

415 B

prctl

Ambil atau atur sumber daya dari proses, tugas dan projek yang berjalan. Informasi lebih lanjut: https://www.unix.com/man-page/sunos/1/prctl.

  • Periksa batas dan perizinan proses:

prctl {{pid}}

  • Periksa batas dan perizinan proses dalam format yang dapat diurai mesin:

prctl -P {{pid}}

  • Ambil batas spesifik dari sebuah proses yang berjalan:

prctl -n process.max-file-descriptor {{pid}}