First add a new user that will be used like the 'root' account was used - here I will call it 'longname'
ADD-USER:"LONGNAME",0&&10,C&I&L&P&R&T,10,10;
PASSW:LONGNAME;
put in the password that you are going to use for the account 'longname' (twice) and remember it of course.
Then change the password for the 'root' account
PASSW:ROOT;
You normally setup each user with their own username/password.
This is because you can check later on to see 'who done what' if anything gets broken.
To see all the users
DIS-USER;
If you are upgrading the system ensure that the relevant file is copied to the new Hard Disk and ACT-USER; is carried out.
Download a copy of the V5 AMO's and look at the USER AMO for reference....