Special permissions Flashcards

1
Q

Set UID

A

This is a special permission that sets the user id on a linux system

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

How to find all Set UID files

A

find / -perm /4000

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

Really bad is when

A

The permission is -rwsrwxrwx

File can be run as root, can do anything on the system

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

Find all files with GID permission

A

find / -perm /2000

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

Setgid is not

A

Retroactive

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

AIDE, Tripwire, OSSSEC, Samhain all are

A

Software that check if a file has had its permissions modified

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