ref: 128525d431e18e0f3f1849c97dfec05d3c35cc7f
parent: 73aa3bb97cdc1d8dca1b640f31c2840d7bd512f4
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Apr 27 15:39:05 EDT 2025
gefs: add reloading users to usage example
--- a/sys/man/8/gefs
+++ b/sys/man/8/gefs
@@ -321,6 +321,15 @@
% mount /srv/gefs /adm adm
% sam /adm/users
+# add the users, and reload the user table.
+# if there is an error in the user file,
+# an error will be printed on the console.
+% con -C /srv/gefs.cmd
+gefs# users
+refreshed users
+gefs# ^\
+>>> q
+
# create the user home directory
# and tmp snapshot
% mount /srv/gefs /n/u %main
--
⑨