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