ref: a2a6ea1005f53c48fb931a38cad75c2f565e18c7
dir: /shell.ms/
.TL
Shell
.LP
To create a new user:
.P1
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
.P2