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.

Dont cross/dup post.

Read the rules; The UNIX and Linux Forums - Forum Rules

I felt this is the appropriate forum for this post. I don't see a way to delete the earlier post. Anyway the thread has been closed.

Any clue on killing a process without kill command?

Any help would be appreciated.
Thanks.:slight_smile:

what distro do u use??

If there are n't enough permissions, you wont be able to kill the process - be it whatever command it is.

Fortunately this is not possible! It would be a huge problem if it was.

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.