How do you stop a running process?

Answer Posted / sridhar

kill -0(or 9) pid
ex:
kill -9 1234 ( get this pid using ps -ef | grep
processname ")

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Using unix command how to display no of records in oracle?

604


What is the comma to display different lines that are found when compare two files?

593


What does the command '$ls | wc –l > file1' do?

676


What are grep patterns?

575


Enumerate some of the most commonly used network commands in unix?

614






Are you in or at the office?

609


What is the behavioural difference between cmp and diff commands?

672


Can you explain a little bit about command substitution?

607


What is rmdir command?

549


What does sed command do in unix?

558


How do you grep recursively?

553


How does pipe () work?

591


Differentiate cmp command from diff command.

586


What is the use of egrep command in unix?

624


Describe the zip/unzip command using gzip.

608