snippetbashTip
pinky — Print user information using the `finger` protocol. More information: <https://manned.org/pinky>.
Viewed 0 times
thecommandcliprintinformationusinguserpinky
Problem
How to use the
pinky command: Print user information using the finger protocol. More information: <https://manned.org/pinky>.Solution
pinky — Print user information using the finger protocol. More information: <https://manned.org/pinky>.Display details about the current user:
pinkyDisplay details for a specific user:
pinky {{user}}Display details in the long format:
pinky {{user}} -lOmit the user's home directory and shell in long format:
pinky {{user}} -lbOmit the user's project file in long format:
pinky {{user}} -lhOmit the column headings in short format:
pinky {{user}} -fCode Snippets
Display details about the current user
pinkyDisplay details for a specific user
pinky {{user}}Display details in the long format
pinky {{user}} -lOmit the user's home directory and shell in long format
pinky {{user}} -lbOmit the user's project file in long format
pinky {{user}} -lhContext
tldr-pages: common/pinky
Revisions (0)
No revisions yet.