Linux killThe 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 provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India