devfsadm, dmesg, prctl, prstat: update Hindi translation (#14437)

* devfsadm/dmesg/prctl/prstat: update Hindi translation

* Update pages.hi/sunos/prstat.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Karthik Vallamsetla
2024-10-29 10:31:29 -07:00
committed by GitHub
parent 6f7897062a
commit 0c99b8f754
4 changed files with 72 additions and 0 deletions

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

@@ -0,0 +1,16 @@
# prctl
> चल रहे प्रक्रियाओं, कार्यों और परियोजनाओं के संसाधन नियंत्रण प्राप्त करें या सेट करें।
> अधिक जानकारी: <https://www.unix.com/man-page/sunos/1/prctl>।
- प्रक्रिया सीमाओं और अनुमतियों की जांच करें:
`prctl {{pid}}`
- मशीन पार्सेबल प्रारूप में प्रक्रिया सीमाओं और अनुमतियों की जांच करें:
`prctl -P {{pid}}`
- चल रही प्रक्रिया के लिए विशिष्ट सीमा प्राप्त करें:
`prctl -n process.max-file-descriptor {{pid}}`