Forrest logo
back to context overview

prctl

List of commands for prctl:

  • prctl:tldr:3cfdb prctl: Examine process limits and permissions.
    $ prctl ${pid}
    try on your machine
    explain this command
  • prctl:tldr:ba13b prctl: Get specific limit for a running process.
    $ prctl -n process.max-file-descriptor ${pid}
    try on your machine
    explain this command
back to context overview