| We've arrived, and to prove it we're here |
| « Is your internet slow? Find the best DNS for you! | How to disable DNS on Linux » |
Ever noticed a zombie user logged into a server?
Or maybe you just want to force a user to logout...
You can use the “who” command in a command prompt to see which users are logged in, like so:
who -u
Then use the pkill command to force them out.
pkill -KILL -u “username”
Pop in a particular username and boot them out the door.