Process Management

kill

English

Overview

A command that sends a signal to a specified process, such as instructing it to terminate.

Details

A command that sends a signal to a specified PID. By default it sends SIGTERM, requesting a graceful shutdown.

More Linux terms