When I installed FreeBSD, my username was more than 8 letters long, which I take it can cause problems. My username is nscribner. I was wondering if someone could provide simple instructions for a noob on how to rename my username, home directory, and login group to nick. In this post, SirDice says to do the following:
I'm guessing my login group is also named nscribner, so I would want that changed to nick as well. According to this page, I also should use
Just use vipw(8) and change the username and home directory. Rename the home directory itself and you're done. You may also want to rename the corresponding group name.
I'm guessing my login group is also named nscribner, so I would want that changed to nick as well. According to this page, I also should use
mv
to rename the user's mailfile in /var/mail. Is this everything I need to do? I am looking for very simple instructions that a noob can understand. Thanks!