Changing user and group IDs in Linux
Changing a user id will only change ownership of files that are in that user’s home directory. Look at this SO question. Also, you might have to change the g...
Changing a user id will only change ownership of files that are in that user’s home directory. Look at this SO question. Also, you might have to change the g...
For a first-level reference on how to use these commands, look at this link. After that, man adduser. It is nicer than useradd.