pull/3/head
Igor Chubin 7 years ago
parent 14574a15f1
commit 803f27fe5a

@ -1 +1,13 @@
Page not found. Updating cache ..
# prctl
#
# Get or set the resource controls of running processes,
# Tasks, and projects (Solaris)
# Examine process limits and permissions:
prctl ${PID}
# Examine process limits and permissions in machine parseable format:
prctl -P ${PID}
# Get specific limit for a running process:
prctl -n process.max-file-descriptor ${PID}

Loading…
Cancel
Save