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
What is the use of egrep command in unix?
What does grep v grep do?
How do I use grep to search for a file?
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)?
What is the use of the tee command?
Write a command that will display files in the current directory, in a colored, long format.
why metadb requires a seperate slice to create Solaris volume manager
What is unix command line?
What is pipe command in unix?
How to find $ai_serual resolved path by using unix
Which command is used to copy files?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What does this command do? Cat food 1 > kitty
What is a command and examples?