
prctl
List of commands for prctl:
-
prctl:tldr:3cfdb prctl: Examine process limits and permissions.$ prctl ${pid}try on your machineexplain this command
-
prctl:tldr:ba13b prctl: Get specific limit for a running process.$ prctl -n process.max-file-descriptor ${pid}try on your machineexplain this command