how to kill the process
Answers were Sorted based on User's Feedback
Answer / madhu
run the following command :
ps -ef | grep -i 'process name'
see the pid of the process and kill with the following
command
kill -9 process id
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / solarisian...
if you directly use kill -9... its like you r murdering the
process.
first try
#kill <processid>
or
#pkill <processname>
verify using ps -ef | grep -i <process-id/name>
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / velu
we can use #kill 9 "Process ID" or #pkill 9 "process name"
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / baban
first you can use
kill -15 process_id or
pkill -15 process_id
if it does not terminate in a proper way then issue
kill -9 process_id or
pkill -9 process_id
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sai
Hi,
first u take pid using ps,prstat command
kill -9 pid ---> -9 for unconditional kill
pkill process_name
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / koti
ps -ep |grep - i process name ---here u can get out put of
process id
then using that id u can kill the particular process
#pkill -9 process id --- this is command for kill the process
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the use of Sam utility in solaris
In TOP command, can you please explain what is the three numbers reported as part of the load average output "load average: 11.57, 9.84, 8.26"
what are the deamons for nis server,nis slave,nis client
2 Answers IBM, Satyam, Tech Mahindra,
What is RPC?
when new Luns are added to server ,how to brought them under veritas control?
How to detect a newly added device if you are not able to detect the device using devfsadm?
difference b/w solais 8 and 9...?
in samba server if we share a file like a.txt from unix(solaris) to windows how it displays at windows.wheather like a.txt (or)A.txt.any case sensitive.why?
if storage contain 500 disks in this one disk is failed,we placed new disk in failed disk place,how can we find out exact path of the newly installed disk when we execute format command?
In solaris we have two directories for commands,what are they, Is there any difference between those.
what is RBac and how to create a role?
what r the packages for intel machine when u install