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 does grep v grep do?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Which unix command to make a new directory?
What does the metacharacter mean?
Are you in or at the office?
Using unix command how to display no of records in oracle?
What is ‘ps’ command for?
hw will u use awk in replacing cahrs and files
How to display no of records in oracle using unix command?
What does pipe () return?
What is grep in bash?
What is “chmod” command?
What does the command ' $who | sort –logfile > newfile' do?
What are grep patterns?
Describe the usage and functionality of the command rm –r * in unix?