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 command will change your prompt to myprompt?
What does find command return in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How does pipe () work?
What do chmod command do?
Which command is used to find whether the system is 32 bit or 64 bit?
Explain the steps that a shell follows while processing a command.
What is the function of grep command in unix?
What does grep v do?
What is command substitution?
What are grep patterns?
What are the general commands in using unix os for a beginner?
What is rmdir command?
Can you enlist some commonly used network commands?
Write a command to kill the last background job?