Urgent want to kill a users PID
i am having this problem of a user trying to log in but after typing the password doesnt do anything.. so when i tried to find the pid and kill it with -9 still doesnt work
xxxxx@uerese:/#ps -aef |grep 442512
yyyyy 442512 9486580 0 09:20:52 pts/1 0:00 login -h 157.77.000.000 -p
xxxxx 3199042 8740884 0 10:56:50 pts/2 0:00 grep 442512
and
xxxxxx@uerese:/# ps -ft pts/1
UID PID PPID C STIME TTY TIME CMD
yyyyy 442512 9486580 0 09:20:52 pts/1 0:00 login -h 157.r77.000.000 -p
any suggestions as to what i should be doing
the user is trying to logon but is geting stuck at password prompt
and when i tried to kill his PID is still shows me the pid when i use who -u command
also
root@uerese:/# ps -ft pts/1
UID PID PPID C STIME TTY TIME CMD
yyyyyy 442512 9486580 0 09:20:52 pts/1 0:00 login -h 157.77.000.000 -p
what about the ppid?
kp
Last edited by kapsis21; 08-29-2005 at 11:37 AM.
|