commands.sh

who

all

Display who is logged in and related data (processes, boot time). See also: `users`, `w`, `whoami`.

More info →

Options (2)

-a, --allboolean

Display all available information

Example: who {{[-a|--all]}}
boolean

Display all available information with table headers

Example: who {{[-aH|--all --heading]}}

Examples (3)

Display the username, line, and time of all currently logged-in sessions

Display all available information

who [-a|--all]

Display all available information with table headers

who [-aH|--all --heading]
made by @shridhargupta | data from tldr-pages