File security Flashcards

1
Q

chmod 700 file

A

Protects a file against any access from other users, while the issuing user still has full access.

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

chmod 600 file

A

A private file only changeable by the user who entered this command.

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

Access Mode Code - 4 / r

A

read access is granted to the user category defined in this place

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

chmod 755 directory

A

For files that should be readable and executable by others, but only changeable by the issuing user.

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

Access Mode Code - 0 / -

A

The access right that is supposed to be on this place is not granted.

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

User group code - g

A

group permission

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

chmod 777 file

A

Everybody can do everything to this file.

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

file permission format

A

eg.

  • rw-r–r–
  • rwxrwxrwx
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

User group code - u

A

user permission

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

chmod 500 directory

A

To protect yourself from accidentally removing, renaming or moving files from this directory.

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

Access Mode Code - 2 / w

A

write permission is granted to the user category defined in this place

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

chmod 775 file

A

Standard file sharing mode for a group.

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

Access Mode Code - 1 / x

A

execute permission is granted to the user category defined in this place

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

chmod 660 file

A

Users belonging to your group can change this file, others don’t have any access to it at all.

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

chmod 400 file

A

To protect a file against accidental overwriting.

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

chmod 644 file

A

A publicly readable file that can only be changed by the issuing user.

17
Q

User group code - o

A

permission of others