Chapter 6 - User / Group Administration Flashcards

1
Q

Which command opens the passwd file and locks it?

A

vipw

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which command opens the group file and locks it?

A

vigr

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which command changes the users shell?

A

chsh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which command can change a users GECOS entry?

A

chfn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which command changes the users password?

A

passwd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you launch a GUI Control Panel to manage users from the cli?

A

yast2 users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How would you move user brandons home directory to /home2/brandon/

A

usermod -d /home2/brandon

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly