System and processes
The who command
Lists the users with a session open right now, with their terminal and where they connected from.
Syntax
whoMost useful options
-bShows when the system bootedCopy-ready examples
$ whoWho is logged in?You can try them in the browser terminal: it does not touch your computer.
Typical mistakes
- who only sees active sessions; background processes do not appear.
FAQ
How does it differ from whoami?
whoami tells only your name; who lists every open session.
Learn to actually use it
The basic Linux course takes you from zero to console fluency with 24 self-grading lessons.
Start the free course