In a Linux machine, what command can you use to absolutely kill a process with a PID of 342?
In a Linux machine, what command can you use to absolutely kill a process with a PID of 342?
- kill 342
- kill -KILL 342
- kill -TSTP 342
- kill -CONT 342
To kill a process, you’d use the SIGKILL signal.
Get All Week Quiz Answer: