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.…
more »