• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux -- remote logging out

Zach

Diamond Member
I feel dumb, but it looks like I didn't logout after setting up one of my servers at my colocation provider's. Can I boot out a console login by root remotely without rebooting?
 
Yup. Just log back in, then type tty to see which term you're using, then type who to get a full listing of all users, then ps aux to find the pid for the other session, the kill that pid.
 
No problem. Yeah, that one escapes me sometimes as well. Probably because I don't have to do it too often.

Hmm, I should probably write a script to do that for me. Then I don't have to remember. 🙂
 
Back
Top