cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 13 天前Terminologylemmy.worldimagemessage-square74linkfedilinkarrow-up1881arrow-down115
arrow-up1866arrow-down1imageTerminologylemmy.worldcannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 13 天前message-square74linkfedilink
minus-squareheartSagan5@lemmy.ziplinkfedilinkarrow-up4·12 天前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