There's a UID associated with my user login of 500, as is the group: 500. In almost every other distribution I've tried the UID for both USER and GROUP is 1000. With a UID of 500, I couldn't access files on my other hard-drives normally. Sometimes I could see them but not delete them, but mostly I couldn't write anything. It appears that for the purposes of PERMISSIONS, the USER and GROUP isn't actually used, even though the file manager will show the USER name and GROUP. It appears really the UID is written, and then the OS just matches the UID to whatever username is the same. So I went about changing my file permissions with chown to make my new username the owner of the files. In retrospect, this may have been the wrong approach. I would have thought that each UID of a lower number had higher privelages, but with a 500 UID I couldn't delete files where 1000 was the owner. Whether 500 or 1000, a UID seems largely arbitrary. I tried to create a new user so it'd have 1000 as the UID, but I would need to delete the old userid and start a new one. In retrospect, this would probably have been a better course of action than chown to the username (which is always consistent whatever distribution I'm using), which presumably now is really putting a UID of 500 as the owner, and not actually the name. My results suggest to me that in a multi-user system nobody would have the same UID, and that permissions would be managed largely by group membership.
Questions:
1) Is my supposition incorrect in any way?
2) Why would Mageia choose 500 instead of 1000?
3) Is there some better way to effectively manage permissions than deleting and creating users with various matching UIDs &/or messing with chown?
4) What managing permissions on a multi-user system?
I know this is a lot, and I know its a generic question, but it only came up because Mageia is using the UID of 500 vs. Ubuntu, Kubuntu, Debian, SID, Opensuse, Mepis, and seemingly 50 other distributions use 1000. I have installed and used over 60 different distributions, and only came across this issue one other time a number of years ago.