How to use the killall command on linux

Killall command is very useful in linux. You can stop or kill the all same processes.

killall command can used in Linux and Unix OS.

killall – kill processes by name

You can find the process name by using this command:
#ps -ef|grep firefox

for kill the process
#su
#ROOT_PASSOWRD
#killall firefox

Published by

Purab

I am Purab from India, Software development is my profession and teaching is my passion. Programmers blog dedicated to the JAVA, Python, PHP, DevOps and Opensource Frameworks. Purab's Github Repo Youtube Chanel Video Tutorials Connect to on LinkedIn

Leave a Reply

Your email address will not be published.