In linux, when you use the kill command to terminate a process, you can pass in options to specify the exact [...] to send to kill the process
Answer
signal
Question
In linux, when you use the kill command to terminate a process, you can pass in options to specify the exact [...] to send to kill the process
Answer
?
Question
In linux, when you use the kill command to terminate a process, you can pass in options to specify the exact [...] to send to kill the process
Answer
signal
If you want to change selection, open document below and click on "Move attachment"
9. Processes, Environment Variables The default behavior for the termination signal is to terminate the process. To send a specific signal to a process, you can name the signal on the command-line or use its numerical equivalent: <span>kill -SIGTERM 12345 or kill -15 12345 which is the signal that kill normally sends when none is specified on the command-line. To unconditionally terminate a process: kill -SIGKILL 12345 or kill -9 12345 w
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.