who
Display who is logged in and related data (processes, boot time). More information: <https://www.gnu.org/software/coreutils/who>.
Install
- All systems
-
curl cmd.cat/who.sh
- Debian
-
apt-get install coreutils - Ubuntu
-
apt-get install coreutils -
Alpine
-
apk add coreutils - Arch Linux
-
pacman -S coreutils - Kali Linux
-
apt-get install coreutils - CentOS
-
yum install coreutils - Fedora
-
dnf install coreutils - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install coreutils - OS X
-
brew install coreutils - Raspbian
-
apt-get install coreutils - Docker
-
docker run cmd.cat/who whopowered by Commando
Display who is logged in and related data (processes, boot time). More information: <https://www.gnu.org/software/coreutils/who>.
-
Display the username, line, and time of all currently logged-in sessions:
who -
Display information only for the current terminal session:
who am i -
Display all available information:
who -a -
Display all available information with table headers:
who -a -H
© tl;dr; authors and contributors