First page
Back
Continue
Last page
Overview
Terminating Processes
Most desirable way to end a process is to let it end normally
Commands finish, applications are exited
Can attempt to interrupt with
<Ctrl-c>
or send a TERM signal
If all else fails, send a KILL signal