is a control used to start or stop a particular process.
Answers
Answered by
0
Answer:
Use the ps command to get the process id (PID) of the process we want to terminate.
Issue a kill command for that PID.
If the process refuses to terminate (i.e., it is ignoring the signal), send increasingly harsh signals until it does
Similar questions