How do you stop a running process?

Answer Posted / subbareddy kake

kill -9 <PID>

PID means process id.we can process id by using ls -lrt
command.

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who command in unix?

588


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

771


Which command is used to create a directory?

582


What are grep patterns?

586


What are the differences among a system call, a library function, and a unix command?

580






What is time_t?

596


Explain mount and unmount command.

627


How to display no of records in oracle using unix command?

593


Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?

973


Which command will print your home directory on screen?

561


What happens when we execute a unix command?

610


What is the command to find hidden files in the current directory?

601


Differentiate cat command from more command.

592


What is the functionality of a top command?

630


How do you repeat a command in terminal?

602