![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Kill a process without using kill command | sudhamacs | Shell Programming and Scripting | 0 | 10-01-2008 02:19 PM |
| kill(0,-9) don't kill the process | umen | High Level Programming | 9 | 06-19-2007 03:09 AM |
| how to start a process and make it sleep for 5 mins and then kill that process | shrao | Shell Programming and Scripting | 6 | 03-27-2007 09:54 AM |
| Process KILL | rkrgarlapati | Shell Programming and Scripting | 2 | 09-22-2006 02:07 AM |
| When kill doesnt work, how to kill a process ? | VijayHegde | UNIX for Advanced & Expert Users | 3 | 05-12-2006 01:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Kill a process without using kill command
I want to Kill a process without using kill command as i don't have privileges to kill the process. I know the pid and i am using Linux 2.6.9 OS.
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Dont cross/dup post.
Kill a process without using kill command Read the rules; The UNIX and Linux Forums - Forum Rules |
|
#3
|
|||
|
|||
|
Quote:
Any clue on killing a process without kill command? Any help would be appreciated. Thanks. |
|
#4
|
|||
|
|||
|
what distro do u use??
|
|
#5
|
|||
|
|||
|
If there are n't enough permissions, you wont be able to kill the process - be it whatever command it is.
|
|
#6
|
|||
|
|||
|
Fortunately this is not possible! It would be a huge problem if it was.
|
|
#7
|
||||
|
||||
|
1) Try /bin/kill -9 process id
2) If the process is bound to shell try pressing Ctrl-C 3) use top command and press k and give the process id. |
||||
| Google The UNIX and Linux Forums |