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 command to view process running?
What does the “echo” command do?
What are the differences among a system call, a library function, and a unix command?
What do chown command do?
What is awk good for?
What is grep and how do you use it?
What does the command ' $who | sort –logfile > newfile' do?
Which command can you use to find the currently running process in unix server?
Which command should you use to find the remaining disk space in unix server?
What is the function of grep command in unix?
What is .sh file?
What's a command word?
Name the unix command to find how many days the server has been up.
What are the unix commands?
Who invented grep?