Search Blog
Sections
Blogroll
Projects
Reading
Work
Tag Archives: login
Change Linux User login and Group
If you ever have the need to change a linux user’s login and home directory, here is a quick tip: To change the users home directory, execute the following: usermod -l <newname> -d /home/<newname> -m <oldname> And to change the … Continue reading