linux Linux Architecture and Components MOC
A process is a running program.
Show running processes with the ps command, which defaults to processes under current user.
Killing a Process
Find process identifier (PID) with the ps command and kill it with the kill command.