View Single Post

   
  #3 (permalink)  
Old 01-19-2008, 08:34 AM
Michael Paoli
 
Posts: n/a
Default Re: change user login

Walter Mitty wrote:
> Aby recommendations how best to change a use login ID from "abc" to
> "def"?
> Just create new, copy "abc data" from ~abc to ~def? rename and chown?


# usermod -l def abc

You may also want to change and relocate the home directory. You might

need to tweak group names/memberships. You might also have to deal
with
issues such as mail spool files, sudoers entries, etc.

references/excerpts:
usermod(8)

Reply With Quote