|
NAMEproccontrol —
Control some process execution aspects
SYNOPSIS
DESCRIPTIONTheproccontrol command modifies the execution parameter
of existing process specified by the pid argument, or
starts execution of the new program command with the
execution parameter set for it.
Which execution parameter is changed, selected by the mandatory parameter mode. Possible values for mode are:
The control specifies if the selected mode should be enabled or disabled. Possible values are enable and disable, with the default value being enable if not specified. See procctl(2) for detailed description of each mode effects and interaction with other process control facilities. The EXIT STATUSTheproccontrol utility exits 0 on success,
and >0 if an error occurs.
EXAMPLES
SEE ALSOkill(2), procctl(2), ptrace(2)HISTORYTheproccontrol command appeared in
FreeBSD 10.0.
AUTHORSTheproccontrol command and this manual page were
written by Konstantin Belousov
<kib@freebsd.org> under
sponsorship from The FreeBSD Foundation.
Visit the GSP FreeBSD Man Page Interface. |