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 |
How many cmd commands are there?
How do you check the current system uptime in Linux?
What u know abt tar Command?
How do I get to root directory in linux?
Is a command a full sentence?
How to check load balance using linux command?
What does execute mean in linux?
What does pwd mean in linux?
What is ps command in linux?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
How would you check the available disk space on a Linux system?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.