Home » Linux killall

Linux killall

The killall command need the process name instead of PID. It kills all the processes with the specified name in the system.

Syntax:

Option

Command killall is case sensitive, to make it non case sensitive, use following command

killall -I

Next TopicLinux pkill

You may also like