help/docs/finger.md

35 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2019-10-12 18:18:28 +00:00
the finger protocol was created way back in 1977. its purpose was to display information about the queried user of a system, or all the users of a system.
2019-11-14 13:12:12 +00:00
# # user finger
2019-10-12 18:18:28 +00:00
here on envs.net, we run efingerd. see `man efingerd` for more info.<br />
you can create a script called `~/.efingerd` which will be run when anyone fingers you.
## querying
the standard query for finger is simply
`finger username@envs.net`
2019-10-12 18:18:28 +00:00
which displays login name, home directory, shell, real name, current login time, idle time, whether or not the user has mail, and the contents of the user's `~/.plan`, `~/.project` and `~/.tz` file.
## .plan
2019-11-21 13:13:21 +00:00
the `~/.plan` file displayed at the end of the finger query response allows for some customization. you can put literally any text you want there. status updates, summaries, etc. this little file allows us to use finger as a rudimentary social network.
2019-10-12 18:18:28 +00:00
2019-11-21 13:13:21 +00:00
for example, say you want to use it as a personal summary, like having a blurb about what you're working on. place the statement into `~/.plan` and you're ready to go!
2019-10-12 18:18:28 +00:00
2019-11-21 13:13:21 +00:00
for a more traditional social network style format, put dated and timed status updates as if you're tooting on a mastodon instance. the sky's the limit! Well, actually, text is the limit. but you get the idea. right?
2019-10-12 18:18:28 +00:00
2020-03-08 17:41:43 +00:00
## .pronouns
save your pronouns in your `~/.pronouns` file.
2019-10-12 18:18:28 +00:00
## .project
in the `~/.project` file you can deposit information about your projects.
## .tz
the `~/.tz` file displays your timezone informations.
2019-10-12 18:18:28 +00:00
example:<br />
&nbsp;&nbsp;`Europe/Berlin`
hope to see you on finger soon!