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 November 21, 2024