Answer Posted / sanoopnarayan
#Get process Id using command 1 or 2:
1) ps -ef |grep <process_name>
2) pgrep <process_name>
#Then Kill the process using command 1 0r 2:
1) kill -9 <process_id>
2) pkill -P <Parent_process_id>
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
There are two nic cards on a sun server. I need to connect one nic to pupic ip and another nic to DMZ. Could you tell me how to configure step by step?
How to make SUN server as router in subnetwork?
If the root disk is failed how can change it?
How to create core dump and crash dump #coreadm .
Where do you get Alarm prompt?
How can u find a file which is logged in last week?
Write the steps involved in creating and executing a program to implement the “case” command.
How to configure email notification in solaris 8? We are using netbackup 5
Which command is used to backup and restore solaris file system?
What does pkgadd command do?
What are the differences between the command line and graphical user interface?
what are the alarms in solaris?
After first installation of Solaris 10, what and all the Securities We need to set and how ?
what is the difference between solaris8 and solaris9 and solaris10
How to add a new LUN in exit disksets (metasets) in solaris please answer me step by step procedure?