ref: 61864557978b570d2364b36282b534c20d50bf46
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