On the Unix Computer
It should be on either the SCO Vison97 Disk, SCO Optional Services
and there is some mention of it being on the OpenServer Disk.
/usr/vision/bin/visionfs password --wizard /* ??? */
/usr/vision/bin/visionfs password --add root {root password}
/usr/vision/bin/visionfs password --add {user} {user password}
Note: I don't think I have to run wizard as it seems I have
to manually tell the system what the user passwords are anyway.
To list the users having a password:
/usr/vision/bin/visionfs password --list
To change a password:
/usr/vision/bin/visionfs password --amend {user} {user password}
To remove a user:
/usr/vision/bin/visionfs password --remove {user}