jmccormick
MIS
Hi All,
I'm running AIX v. 4 and when I run the
command from the shell, I get my own account and another that I'd like to log off.
So, in prepartion for the kill command, I first lookup any processes running for this user by running:
(mb1 is the user in question)
And here is the output:
So...the only process I'm seeing is my own, piping the grep command. So now what?!?!?
Any help or suggestions are greatly appreciated!!
Thanks,
Joel
I'm running AIX v. 4 and when I run the
Code:
who
So, in prepartion for the kill command, I first lookup any processes running for this user by running:
Code:
ps -ef |grep mb1
And here is the output:
Code:
/u/dv2/c01file> $ who
jpm pts/2 May 19 22:50 (192.168.128.16)
mb1 pts/17 May 13 09:47 (192.168.128.23)
/u/dv2/c01file> $ ps -ef |grep mb1
jpm 14588 13046 1 22:54:04 pts/3 0:00 grep mb1
/u/dv2/c01file> $
Any help or suggestions are greatly appreciated!!
Thanks,
Joel