1). What are the situation in process is duplicate is linux
box.?
2) Give me 5 situation to kill a process?
Answer / 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 |
What is git command?
Explain about system and user utilities?
How do I create a .txt file?
How do I check my system performance?
Is cmake only for c++?
How do I know my linux shell version?
Did you ever write any inerface files / profile file to support unix environment setup ?
What is command to check ports running/used over local machine
What is netstat command in linux?
Does linux cp command overwrite?
Why ls -F dev/log file output indicate as = sign at end of the file name?
What is an inode?
3 Answers ProdEx Technologies,