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 FC command?
What is command grouping and how does it work?
How to reset root password via command Redhat 5.2
How to write the output of a command to a file?
what is the command to check network interfaces in our system? how to set etho to 10 full duplex speed?
You issue the command head * what would the resulting output be?
How do you know which shell I am using in linux?
How do I check my cpu speed?
Who command in linux?
What is the command can be run to remove all the rules in an iptable table?
How do you check which file consuming more space in linux?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?