wm: doc

ref: 402faaf189d52f361f3e5a3a5aeedd72c7058b50
dir: /shell.ms/

View raw version
.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