ps
In Unix, the ps process status command displays information about active
processes. Without options, ps prints information about processes associated with
the controlling terminal. The output contains only the process ID, terminal
identifier, cumulative execution time, and the command name. Otherwise, the
information that is displayed is controlled by the options.
Process status is native to Unix, but has been ported to other operating
systems.