Processes

A process is any program running in a computer. It takes space in memory.

Here is a list of commands for managing processes from the command line.

CommandDescription
pssnapshot of the current processes
jobslists your processes
killstops a process
bgresumes a process in the background
fgresumes a process in the foreground
nohuprun a command immune to hangups

There are also a lot of TUI tools for managing process.