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
How to recover /etc/passwd file and /etc/shadow file?
What is difference between free and available memory in linux?
What is the command can be used to check for file corruption?
What is dos and its commands?
Explain about the command lynx?
Explain the working of command grouping?
What is help command in linux?
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
What are bash scripts used for?
What does (cd dir && command) do?
How do you clear the screen in linux?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
Enlist some linux to file content commands?
What does chmod 644 do?