shithub: fingerd

ref: 5c1eb502a15d76a93a0600b57fb50a53e320790b
dir: fingerd/README

View raw version
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.