cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 1 day agoTerminologylemmy.worldimagemessage-square61linkfedilinkarrow-up1737arrow-down113
arrow-up1724arrow-down1imageTerminologylemmy.worldcannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 1 day agomessage-square61linkfedilink
minus-squareheartSagan5@lemmy.ziplinkfedilinkarrow-up4·13 hours agoIt’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