1). What are the situation in process is duplicate is linux
box.?
2) Give me 5 situation to kill a process?
Answer Posted / senthil
1)the situation are
3user are using a application .one person using beyond their
privilege. have to kill the process of the user by using ps
command . u can kill the process by process I(PID) or the by
session.
ps -a
or
ps -ef
kill -9 <process ID>or<session name>
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How do I check disk space in linux?
What is vnc?
Which command will show you free/used memory?
How do you run a command for a limited time?
Why is linux cpu usage so high?
What will happen when a system call is encountered in a user program?
What is the copy command in linux?
What is make in linux?
How do I run a .sh file in linux?
Explain the linux ‘cd’ command options along with the description?
What are system commands?
How does grep work in linux?
What is phony in makefile?
How to know linux os is 32 bit or 64 bit?
Which command is used to see the online manual?