Linux killLast Updated : 17 Mar 2025 The most common command to terminate a process is kill command. You need to know the PID of the process you want to terminate. kill command sends signal to the specified process. For sending signal either signal name or signal number can be used. Syntax: Common signal names and numbersHere is a list of some common signal names and signal numbers. Please note that these signal names and signal numbers may vary. For complete information about signals refer to the man page of the signal with command "man 5 signal" or "man 7 signal".
To list signal names To see a list of signal names in your system, following command can be used. Syntax: ![]() Example: To kill a process having PID 2408, use following command kill -9 2408 Next TopicLinux killall |
We request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India
