cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 16 小时前Terminologylemmy.worldimagemessage-square56fedilinkarrow-up1660
arrow-up1660imageTerminologylemmy.worldcannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 16 小时前message-square56fedilink
minus-squaredecolo@piefed.sociallinkfedilinkEnglisharrow-up17·13 小时前man finger touch $it; nice -n 1 cat; fsck; shutdown
minus-squareheartSagan5@lemmy.ziplinkfedilinkarrow-up2·edit-23 小时前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
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