procctl -- clear procfs event flags
procctl pid ...
The procctl utility clears the procfs(5) event mask used by truss(1).
This can be used in the event that a process is left stranded, since the
procfs(5) events result in a non-killable process. The arguments are a
list of process IDs; procctl goes through the list and clears the event
masks for each specified process.
truss(1), procfs(5)
The procctl utility was written by Sean Eric Fagan for FreeBSD.
FreeBSD 5.2.1 November 23, 1997 FreeBSD 5.2.1 [ Back ] |