Which command opens the passwd file and locks it?
vipw
Which command opens the group file and locks it?
vigr
Which command changes the users shell?
chsh
Which command can change a users GECOS entry?
chfn
Which command changes the users password?
passwd
How do you launch a GUI Control Panel to manage users from the cli?
yast2 users
How would you move user brandons home directory to /home2/brandon/
usermod -d /home2/brandon
What command would you use to rename julianne to julie and rename her home folder?
usermod -l julie -d /home/julie -m julianne