You hold the main account, you know the su root password. You might want to open different accounts.
Accessories > Terminal
i type:
su
i type root password
So, to set up a new user (named kk), with password
i type:
useradd -m kk
i type:
passwd user
i leave:
i type:
exit
i type:
exit