ref: a5fe3ac841b656952d863bb3663fb0b1608bd9d9
parent: 583550f29ce2a58d0abcf1831c472c4f9c1f9bef
author: jrmu <jrmu@inter9>
date: Wed Oct 4 09:56:05 EDT 2023
Create new 9 rc accounts
--- /dev/null
+++ b/shell.ms
@@ -1,0 +1,18 @@
+# Shell
+
+To create a new user:
+
+
+
+ con -C /srv/cwfs.cmd # this connects your cwfs console
+ newuser $username # makes the account
+ newuser upas +$username # adds to upas group, allows user to have an local mailbox
+ newuser cron +$username # same but for cron
+ # i personally don't do these unless user asks for them.
+ # ctrl-\ return q to exit con
+ ; auth/keyfs # important!
+ ; auth/changeuser $user
+ assign new Inferno/POP secret? [y/n]: y
+ make it the same as Plan 9 password? [y/n]: y
+ # rest is easy, better to fill the email and sposoner email address (some programs need them)
+ auth/enable $username
\ No newline at end of file