week 8 lecture Flashcards

1
Q

what is a loop

A

Perform a set of commands repeatedly

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

what are the linux file permissions

A

-User: the file owner
-Group: a group of users; users are divided into groups to facilitate administrative tasks
-Other: everyone else on the Linux system

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

what are linux file permissions

A

-Mechanism to provide protection to OS
-Permissions specify who can access a file and the type of access.

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

what is a group

A

-Each user assigned to a primary group (e.g.“users”)
-Users can be members of other groups (secondary groups)
-Each file is owned by a user and a group

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

what is authentication?

A

Process of verifying someone’s identity by checking his or her username and password against a central user database

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

how can you modify user accounts?

A

usermod command
-Change user account information
-Only the root user can issue this command

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

how can you delete user accounts

A

userdel command

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

how can you create a group

A

groupadd command
newgrp command

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

how can you modify groups

A

groupmod command

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