cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 17 days agoTerminologylemmy.worldimagemessage-square55linkfedilinkarrow-up1808arrow-down114
arrow-up1794arrow-down1imageTerminologylemmy.worldcannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 17 days agomessage-square55linkfedilink
minus-squareheartSagan5@lemmy.ziplinkfedilinkarrow-up3·17 days 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
No manual entry for finger
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