Linux : How to change User and Group ID
There might be some (rare) circumstances where you would like to change a UID or GID on Linux system. If you know what you are doing and the implication behind this change (see warning comment below), this can be achieved using the commands below. Change User ID (UID) : usermod -u <ID> username Example :… Read More »