cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agoTerminologylemmy.worldimagemessage-square73linkfedilinkarrow-up1849arrow-down113
arrow-up1836arrow-down1imageTerminologylemmy.worldcannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agomessage-square73linkfedilink
minus-squaredecolo@piefed.sociallinkfedilinkEnglisharrow-up20·2 days agoman finger touch $it; nice -n 1 cat; fsck; shutdown
minus-squareheartSagan5@lemmy.ziplinkfedilinkarrow-up4·2 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
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