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


Please Help Members By Posting Answers For Below Questions

How do I clear bash history in linux?

523


Why ms dos is used?

588


How do I check my system performance?

550


You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?

572


What are the commands used in command prompt?

521






You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?

549


What is llvm used for?

512


What is top command in linux?

500


How do I run a shell script?

495


What is the use of mv command in linux?

530


The ‘logout’ built in command is used to

755


You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?

492


How do you copy in terminal?

552


What are the command prompt commands?

515


What is build process?

553