Forrest logo
back to context overview

prlimit

List of commands for prlimit:

  • prlimit:tldr:6fe58 prlimit: Run a command with a custom number of open files limit.
    $ prlimit --nofile=${10} ${command}
    try on your machine
    explain this command
  • prlimit:tldr:b937b prlimit: Display limit values for all current resources of a specified process.
    $ prlimit --pid ${pid number}
    try on your machine
    explain this command
  • prlimit:tldr:f0ebe prlimit: Display limit values for all current resources for the running parent process.
    $ prlimit
    try on your machine
    explain this command
back to context overview