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
Explain ‘library functions’ with respect to unix commands?
hw will u use awk in replacing cahrs and files
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the difference between cat command and more command?
Describe the zip/unzip command using gzip.
Why is awk called awk?
What is the use of find command in unix?
Can you explain a little bit about command substitution?
How do I use grep to search for a file?
What happens when we execute a unix command?
What is used to type command?
What does this command do? Cat food 1 > kitty
why metadb requires a seperate slice to create Solaris volume manager
What is the use of cut command in unix?
How do I use grep to find a file?