unix permissions Flashcards

1
Q

what three things can be done to a file

A

read, write, execute

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

change file permissions

A

chmod, chown

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

read and write (good for files)

A

chmod +600

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

read, write, and execute (good for scripts)

A

chmod +700

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

read, write, and everyone else can only read (good for websites)

A

chmod +644

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

read, write, and execute, and everyone else can read and execute (good for sharing)

A

chmod +755

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