how to stop the process using process name
Answers were Sorted based on User's Feedback
Answer / syed
if you know the process id than kill -9 <PID> works fine.
if you know the name of process in that case pkill <Process
Name> works fine.
kill for (numeric PID)
pkill for (process name)
| Is This Answer Correct ? | 11 Yes | 3 No |
#pstop pid : for stop the process
#pstart pid
or #prun pid : for start the process
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / chandhu
#pstop <proceesid> stop the process
#pstart <processid> start the process
(or)
kill the perticular process using proceess id
#ps -ef show all the process list,hen find the unwanted
process,kill it
#kill <processid>
#pkill -9 <processid>
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / bharathi
1) First of all find the process as follows:
#prstat | grep <process-name>
(or)
#ps -ef |grep <process-name>
2) After findinf the process-id of that process u want to
stop,do the following:
#kill -9 <process-id>
(or)
#pkill -9 <process-name>
(or)
#pkill -9 <process-id>
| Is This Answer Correct ? | 3 Yes | 5 No |
solaris kernel name
How to find the versions?
What is HA?
How to Freeze svcgroup, (disable onl. & offl.)
How many ufsdump level
How to review IP as weel as port no in solaris?
If the root disk is failed how can change it?
what is use of default users in solaris especilly nobady,noacess and nobady4
what is the difference between init runlevel and milestone?
How to create NULL files of specific size in solaris ?
How to modify network card speed
If you have forgotten the root password for a server, how do you get back in?