ref: 76502f5e645399910a3087db915438004ab85285
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