hide random home http://www.fmi.uni-passau.de/archive/doc/unix/unixhelp/Unixhelp/shell_jobz5.html (Einblicke ins Internet, 10/1995)

Killing processes

Killing processes

Each process you start is usually completed within a few seconds. Sometimes a background process or a process without a controlling terminal hangs up and you will need to destroy this process by killing it.

To kill a process use the kill command.

   kill [-signal] process_identifier (PID)

Use the ps command if you need to find the PID of a process.