User management in RHEL - useradd and usermod
To change a user's account settings after the user has been created, we'll need to use the usermod command. Most of the syntax for usermod is identical to that of useradd.
Change the Login Name of an user:
# usermod -l newusername oldusername
Change...
user-management-in-rhel.hashnode.dev2 min read