Special permissions Flashcards
1
Q
Set UID
A
This is a special permission that sets the user id on a linux system
2
Q
How to find all Set UID files
A
find / -perm /4000
3
Q
Really bad is when
A
The permission is -rwsrwxrwx
File can be run as root, can do anything on the system
4
Q
Find all files with GID permission
A
find / -perm /2000
5
Q
Setgid is not
A
Retroactive
6
Q
AIDE, Tripwire, OSSSEC, Samhain all are
A
Software that check if a file has had its permissions modified