cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 2 天前Terminologylemmy.worldimagemessage-square69fedilinkarrow-up1770arrow-down112
arrow-up1758arrow-down1imageTerminologylemmy.worldcannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 2 天前message-square69fedilink
minus-squareheartSagan5@lemmy.ziplinkfedilinkarrow-up4·edit-22 天前It’s an old lookup tool. I believe it printed the gecos/“meta data about a username logged in” from passwd on UNIX boxes back in the day. You can do getent passwd $USER
It’s an old lookup tool. I believe it printed the gecos/“meta data about a username logged in” from passwd on UNIX boxes back in the day.
You can do
getent passwd $USER