ref: 52649b2113aba82f347125461cc3977ba90d5775
dir: /newuser.ms/
To create a new user: ; con -Cl /srv/cwfs.cmd To create a user and new group for the user: newuser $username To create a user and put it in group sys: newuser $username +sys Type ctrl+\ to escape, then quit. Verify the new user was created: ; grep $username /adm/users To change the default user on bootup: ; 9fs 9fat ; echo 'user='^$username^' ' >> /n/9fat/plan9.ini After logging in to the new user: ; /sys/lib/newuser