I have a debian server with three acounts, root, myself (tobbe) and my colleague (chrille). When I first logged in (via ssh) and ran the command users I got:
root tobbe chrille
An hour later (installing git, phpmyadmin, ruby etc etc...) I'm hearing from my friend that there's multiple users with the same name, running users again I get:
tobbe tobbe tobbe chrille
3 tobbe, 1 chrille and no root.
Thinking it's weird but keeps editing and doing stuff, by running the same command I'm now getting:
tobbe tobbe tobbe tobbe tobbe tobbe
That being 6 tobbe, no root or chrille. What is happening? Oh and I've been logged into tobbe all the time. I have no idea what's happening :(
man users. The command lists who is logged on. If you're logged on with multiple sessions, it will likely list the same user multiple times. Try thewhocommand. – Bacon Bits Jun 12 '11 at 21:59