At 21:10 2000-07-11 -0700, Steven Pierce wrote:
>I am a newbie so please bare with me for some simple ( to most) questions.
>I have a Linux server and I logged in last night three times. I was
checking some
>of the log in's that I set up. After I was done, I had closed the screen
that I was
>using. Forgetting to log off as those users.
>
>Later on I found out what I had done. It was not an issue because I know
it was
>me that was there. My question is if I am looking at TOP and I see that
>there is users on my machine that do not belong there, how can I get
>them off??
ps aux | grep username
Take note of the PID (process ID) of the bash shell the user is running,
then as root:
kill PID
Tony
--
Anthony E. Greene <[EMAIL PROTECTED]>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
Linux: The choice of a GNU Generation.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.