I have installed Mageia 5, 64-bit. Let's say my initial username as created on install is 'anxius'. KTerminal displays the username upon launch as 'anxius@localhost'. However, when I go to /etc/group there is no user 'anxius' nor is there a group by that name. In /etc/group 'live' displays with a group ID number of 1000, which I usually associate with the owner.
When I look at files by username and group, what displays is username 'anxius' and group 'live'.
I imagine I can change all this by creating a username and group 'anxius' (maybe with a GID of 500), and then doing a chown (chown -R anxius:anxius *) starting at the head of the user directory tree. I'm just worried that 'live' might be there as a group for a reason and I don't want to trash the installation. I've been using Mageia 5 for a few weeks now and just noticed this.
And if I do the above, can I then simply delete the group 'live'?
Any comments or ideas are welcomed.