Chapter 6 - User / Group Administration Flashcards
1
Q
Which command opens the passwd file and locks it?
A
vipw
2
Q
Which command opens the group file and locks it?
A
vigr
3
Q
Which command changes the users shell?
A
chsh
4
Q
Which command can change a users GECOS entry?
A
chfn
5
Q
Which command changes the users password?
A
passwd
6
Q
How do you launch a GUI Control Panel to manage users from the cli?
A
yast2 users
7
Q
How would you move user brandons home directory to /home2/brandon/
A
usermod -d /home2/brandon
8
Q
What command would you use to rename julianne to julie and rename her home folder?
A
usermod -l julie -d /home/julie -m julianne