Posts tagged with users

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...

Linux useradd and adduser

For a first-level reference on how to use these commands, look at this link. After that, man adduser. It is nicer than useradd.