LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Force logoff (https://www.linuxquestions.org/questions/linux-general-1/force-logoff-346176/)

Harlin 07-24-2005 04:23 AM

Force logoff
 
I seem to have a stray user on my server. How do I force that user instance to log off?

Thanks

aikidoist72 07-24-2005 09:19 PM

try
Code:

# su user
$ logout

That may work :-)

macemoneta 07-24-2005 09:35 PM

Use the "skill" command:

skill 9 -u userid

If there are multiple logins, and you only want to kill one, then use the "w" command to find the tty, and use the '-t' option on skill.


All times are GMT -5. The time now is 07:26 AM.