Query: pslist
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PSLIST(1) BSD General Commands Manual PSLIST(1)NAMEpslist -- control processes and their descendantsSYNOPSISpslist [pid/name...] pslist -h | --help pslist -v | --version rkill [-SIG] pid/name... rrenice [+/-]pri pid/name...DESCRIPTIONThe pslist utility examines the list of current processes to find a specified process and all its descendants. A process may be specified either by name or by process ID. If no arguments are given, pslist displays a list of the whole process tree. For each process specified on the command line, pslist outputs a line containing the process ID, the command name, and the PIDs of all the descendants (and their descen- dants, etc.). When invoked as rkill, this utility does not display information about the processes, but sends them all a signal instead. If not specified on the command line, a terminate (SIGTERM) signal is sent. When invoked as rrenice, this utility does not display information about the processes, but attempts to set their nice value instead.RETURN VALUESThe pslist utility exits 0 on success, and >0 if an error occurs.SEE ALSOpgrep(1), pkill(1)HISTORYThe pslist utility was written by Peter Pentchev in 2000.AUTHORSPeter Penchev <roam@ringlet.net>BSDJune 1, 2009 BSD
Related Man Pages |
---|
rtprio(1) - freebsd |
ptree(1) - hpux |
kill(1) - freebsd |
wait(1) - netbsd |
protect(1) - freebsd |