ref: cd993f01c6418a32db4632e88dbda5626e71a7ad
dir: /README/
fingerd : Plan 9 Finger Server ============================== Features -------- - `/lib/finger/motd`: `finger @example.com` - `/lib/finger/usernotfound` - `/lib/finger/filenotfound` - `/usr/$user/finger/finger`: `finger $user@example.com` - `/usr/$user/finger/file`: `finger $user+file@example.com` Notes: - `finger @example.com` can also print a list of users. - If `/lib/finger` files are not here, generic messages will be printed. - paths can be arbitrarily long, stepping into subdirectories. All `+` will be replaced with `/` for building paths.