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
What does umask 077 mean?
What is bc command in unix?
How do you copy in terminal?
What is cmake in linux?
How do I check memory usage on linux?
What is the difference between find and locate command in linux?
What is the symbol of linux?
What is know about grep commands?
Explain command grouping in linux?
What is whois command in linux?
What does mkdir do in linux?
What is nbtstat command?
How do I check storage on linux?
How do I check dns entry?
How do you execute more than one command or program from a single command line entry?