How do you stop a running process?

Answer Posted / pradi

We can stop the running processes in unix using

1) Kill command
2) Udw command

Usage:

1)bash# Kill process_id

will stop the process and immedaitely it will restarts on
its own with a new pid.

2)bash# udw process: process_name

will stops the running process. And again we want to
restart it then issue the command

bash# udw process: process_name t

will restarts the process.

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between grep and grep?

569


What is the command to find maximum memory taking process on the server?

674


What is grep short for?

558


What is the use of find command in unix?

588


Which command is used to create a directory?

575






Is ‘du’ a command? If so, what is its use?

639


Give the command for finding the current date.

583


What does this command do? Cat food 1 > kitty

981


What do know about tee command and its usage?

591


What is in grep command?

650


How do I run a whois command?

605


What is command statement?

543


What is updatedb?

590


Explain command to show the space allocation of files?

633


Why is it called a shebang?

574