LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pinky

displays information about logged-in users

TLDR

Show logged-in users
$ pinky
copy
Show specific user
$ pinky [username]
copy
Long format
$ pinky -l [username]
copy
Short format
$ pinky -s
copy
Omit full names
$ pinky -f
copy
Omit remote host
$ pinky -h
copy

SYNOPSIS

pinky [-l] [-s] [-f] [-h] [options] [users]

DESCRIPTION

pinky displays information about logged-in users. It's a lightweight alternative to finger.Default output shows login name, full name, terminal, idle time, login time, and host.Long format adds home directory, shell, and plan/project files. Similar to finger's detailed view.Short format shows minimal information. Useful for quick user listing.The command reads system utmp and user information. No network queries are made.

PARAMETERS

-l

Long output format.
-s
Short output format.
-f
Omit full name.
-h
Omit remote host.
-w
Omit home directory.
-b
Omit home in long format.
-p
Omit project in long format.
--help
Show help.

INSTALL

sudo apt install coreutils
copy
sudo dnf install coreutils
copy
sudo pacman -S coreutils
copy
sudo apk add coreutils
copy
sudo zypper install coreutils
copy
brew install coreutils
copy
nix profile install nixpkgs#coreutils
copy

CAVEATS

Less feature-complete than finger. No remote host queries. Plan files may not exist.

HISTORY

pinky is part of GNU coreutils, created as a lighter-weight local alternative to the finger command. It doesn't support network finger protocol.

SEE ALSO

finger(1), who(1), w(1), users(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid