cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 14 hours agoTerminologylemmy.worldimagemessage-square55linkfedilinkarrow-up1633arrow-down18
arrow-up1625arrow-down1imageTerminologylemmy.worldcannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 14 hours agomessage-square55linkfedilink
minus-squaredecolo@piefed.sociallinkfedilinkEnglisharrow-up16·11 hours agoman finger touch $it; nice -n 1 cat; fsck; shutdown
minus-squareheartSagan5@lemmy.ziplinkfedilinkarrow-up1·1 hour 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
man finger
touch $it; nice -n 1 cat; fsck; shutdown
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