prctl(2) - man - phpman

Look up a command

 

Not found locally for prctl. Try Google search | cheat.sh


TLDR: prctl (cheat.sh)
  • Examine process limits and permissions:
    prctl ${PID}
  • Examine process limits and permissions in machine parse-able format:
    prctl -P ${PID}
  • Get specific limit for a running process:
    prctl -n process.max-file-descriptor ${PID}
  • Examine process limits and permissions:
    prctl pid
  • Examine process limits and permissions in machine parsable format:
    prctl -P pid
  • Get specific limit for a running process:
    prctl -n process.max-file-descriptor pid
intro (2)            - introduction to system calls

Generated by phpMan Author: Che Dong Under GNU General Public License
2026-06-02 11:15 @216.73.216.151 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!