ref: e36ece0f555d55a9ee79ef64a582cd093c41ab2b
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.