adspace


How to stop a process running in linux?

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


Please Help Members By Posting Answers For Below Questions

What is the latest linux kernel?

1035


How do I search for files containing specific text in linux?

826


What is the latest version of linux?

1022