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 are the main components of a Linux system?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
What language is a makefile written in?
What does the ps command do in linux?
difference between nfs soft and hard mouniting points?
What u know abt tar Command?
How many commands are there in linux?
what is the command to uninstall processes in linux?
17 Answers Aegon, HCL, IBM, Ugam Solutions,
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
In order to display the last five commands you have entered using the fc command, you would type?
What is the command can be run to remove all the rules in an iptable table?
How do I run a script in linux?