The easiest thing is to go ahead and create a first user. Call that user "system" or some such, then get on with creating a user for yourself., i.e. do this:
login as root adduser system adduser tomThis will give "tom" uid 1001, which hopefully is not used in some way already.
Also, take a look in /usr/sbin. We have:
cd /usr/sbin ls -l *user* lrwxrwxrwx 1 system system 19 Jul 1 2019 adduser -> /bin/busybox.nosuid lrwxrwxrwx 1 system system 19 Jul 1 2019 deluser -> /bin/busybox.nosuid -rwxr-xr-x 1 system system 35580 Apr 19 2017 newusers -rwxr-xr-x 1 system system 56552 Apr 19 2017 useradd -rwxr-xr-x 1 system system 35732 Apr 19 2017 userdel -rwxr-xr-x 1 system system 56328 Apr 19 2017 usermodSo, we have a variety of tools for administrating users, which I have yet to investigate or explore.
Tom's Computer Info / [email protected]