how to stop the process using process name

Answers were Sorted based on User's Feedback



how to stop the process using process name..

Answer / jsdkar

pkill processname

Is This Answer Correct ?    15 Yes 1 No

how to stop the process using process name..

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

how to stop the process using process name..

Answer / srinivas rao.muvva

#pstop pid : for stop the process

#pstart pid
or #prun pid : for start the process

Is This Answer Correct ?    0 Yes 1 No

how to stop the process using process name..

Answer / venky tiriveedhi

#pstop <processname>

Is This Answer Correct ?    0 Yes 1 No

how to stop the process using process name..

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

how to stop the process using process name..

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

how to stop the process using process name..

Answer / lochan

stop the process, you should be kill that.

pstop proc_id

wel come all

Any sugession

Is This Answer Correct ?    1 Yes 4 No

how to stop the process using process name..

Answer / himanshu gaur

Pkill process id

Is This Answer Correct ?    6 Yes 11 No

how to stop the process using process name..

Answer / guest

killp <process name>

Is This Answer Correct ?    2 Yes 8 No

how to stop the process using process name..

Answer / lochan

pstop

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More Solaris Commands Interview Questions

What is difference between Hard and Soft mount?

1 Answers  


Have you done the patching, the patching is done by you only or some one will assign to you?

0 Answers   HP,


Which file maintain the kernel

2 Answers  


How to check the patch level in solaris

4 Answers   IBM,


what are the common errors you find in Solaris Volume manager?

3 Answers  






Hi We have upgraded our sun machine from solaris 9 to solaris 10. Before upgradation the date command output(Solaris 9) Wed Oct 13 09:45:21 IST 2010 But after upgradation the output for date is as below(solaris 10). Wednesday, October 13, 2010 9:46:14 AM IST Looks like I need to change LC_TIME=C. can you please help me how to change it for permanently

0 Answers   IBM, Wipro,


how to recover root passwd ?

11 Answers   HP,


Where do you get Alarm prompt?

0 Answers   IBM,


What is meant by persistant binding?

0 Answers   ITC Infotech,


How will you grow a disk space whitout disturbs

2 Answers  


How to rename the old root disk. In this example, rootdisk is being renamed as rootold.

1 Answers  


How to check and analyze the logs in /var/adm/messages?

2 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)