1). What are the situation in process is duplicate is linux
box.?
2) Give me 5 situation to kill a process?



1). What are the situation in process is duplicate is linux box.? 2) Give me 5 situation to kill a..

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

Post New Answer

More Linux Commands Interview Questions

What is mkdir p linux?

0 Answers  


How does diff command work?

0 Answers  


How can I only see the first 14 lines of a file?

5 Answers  


a remote shell is invoked by the command a)remote_shell b)remote_sh c)rsh d)remote conn

0 Answers   MNC,


How many interfaces(ethernet cards) are working using single command?

0 Answers  






what is linux utilities and editor

4 Answers   Oracle, Wipro,


Does cp overwrite?

0 Answers  


Which of the Commands delete the files from the /tmp directory, issued by non-root user?

0 Answers  


What is makefile in unix?

0 Answers  


What does chmod 777 do?

0 Answers  


What does comm do and how to use it?

0 Answers  


What is the command to see all the processes are working in the last 30 days?

9 Answers  


Categories