SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

UNIX

» Start this Course
(Practice similar questions for free)
Question:

How to terminate a process using signal? Which command is used?

Author: Hania Pleszyńska



Answer:

Kill command sends a signal to a process which terminates the process. If the user doesn’t specify any signal which is to be sent along with kill command then default SIGTERM signal is sent that terminates the process. kill [signal type] <PID> where PID stands for process ID


0 / 5  (0 ratings)

1 answer(s) in total