change uid
02/04/2010
Just want to change uid itself.
For example, my uid is “user1″, I’d like to keep my configuration, home directory, etc, but I don’t like how it sounds.
Let’s say I want “avatar” instead of “user1″.
You can use “usermod -l “.
#usermod -l user1 avatar


