|
Home > Archive > Unix administration > December 2007 > killing another users process
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
killing another users process
|
|
| rakesh uv 2007-12-21, 1:49 am |
| Hi,
if i need to kill a process of another user, what should i
do, what bit of the process should be set, and how to set it.I have
the passwords of both the user, but i dont want to re login.
| |
| Barry Margolin 2007-12-22, 1:36 am |
| In article
<185cfbda-26cf-484d-97fe-63246595508d@upsg2000gro.googlegroups.com>,
rakesh uv <uvrakesh@gmail.com> wrote:
> Hi,
> if i need to kill a process of another user, what should i
> do, what bit of the process should be set, and how to set it.I have
> the passwords of both the user, but i dont want to re login.
su USERNAME -c 'kill PID'
Password: PASSWORD
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
|
|
|
|
|