Expanded docs/accounting.md from a single legacy one-liner into a practical ops reference with clearer command examples and short explanations for ac, who, lastlog, and sa.

Replaced the old backtick-style pattern with a more readable pipeline for cumulative login-time reporting, plus caveats about log retention and rotation effects.
Added the accounting guide to the README’s “Getting started” docs list so it’s easier to discover alongside other server operations references.
This commit is contained in:
2026-02-13 18:16:46 +00:00
parent 367bbafa5f
commit c4d72ea94b
2 changed files with 46 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ If your goal is to launch your own tilde-style host (or improve an existing one)
- [Shell server setup notes](docs/shellserver.md)
- [SSH key onboarding guide](docs/ssh.md)
- [Current `/etc/skel` permissions reference](docs/etc-skel-permissions.md)
- [User and session accounting quick reference](docs/accounting.md)
These documents are focused on practical operations, onboarding, and adding community functionality in safe increments.