adspace
Answer Posted / Priti Paliwal
To stop a process running in Linux, you can use the 'kill' command. The basic syntax is 'kill -<signal> <PID>'. For example, 'kill -9 <PID>' sends the SIGKILL signal to terminate the process immediately.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers