I need a non-root user to do certain (safe) things. I didn't pay attention, and used useradd -ou 0 -g 0 new_user_name, which gave root permissions to the user. It also has the same UID of 0.
Before I do something stupid, can anyone help me on how to delete this user, or simply change the permissions/UID? I already discovered what happens with pkill. Hahaha.