kill

The kill command adds the with force parameter.

Use the with force parameter if you cannot terminiate the process with the regular kill spid parameter.

Syntax

The syntax is:
kill spid with force

where with force indicates you are forcibly terminating the indicated spid.

Example

This example terminates spid 16:
kill 16 with force

Usage