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 you ask politely?
What does wc command do in unix?
Explain command grouping in linux?
How do I find the process id in linux?
What is $@ in makefile?
What is clang linux?
Information technology is widely used in
What does (cd dir && command) do?
What is a simple command?
what is the fastest way to enter a series of commands from the command-line in linux
What is vnc?
Explain about gzip filename?
Write a command that will display all .txt files, including its individual permission.
What does mkdir do in linux?
You issue the command head * what would the resulting output be?