logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pslist — control processes and their descendants

Authors

       Peter Penchev ⟨roam@ringlet.net⟩

Debian                                            June 1, 2009                                         PSLIST(1)

Description

       The  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 descendants, 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.

History

       The pslist utility was written by Peter Pentchev in 2000.

Name

       pslist — control processes and their descendants

Return Values

       The pslist utility exits 0 on success, and >0 if an error occurs.

See Also

pgrep(1), pkill(1)

Synopsis

pslist [pid/name...]
       pslist-h | --helppslist-v | --versionrkill [-SIG] pid/name...rrenice[+/-]pripid/name...

See Also