October 1, 2025
All I got up to this day (as far as you know)
2 posts on this day
Use usermod -l newuser -d /home/newuser -m olduser when renaming a user account, because it’ll update all relevant system files and move the home folder in one go.
Then groupmod -n newgroup oldgroup if you need to rename the group.