provocativo
_
Blog
Incidents
Glossary
Labs
Quizzes
Tools
Arsenal
Certifications
Login
Live threats
Open feed
·
T
all quizzes
Power User Commands
intermediate
Q1
/10
60s
bash
operator@provoc
:
~
$
sudo find / -perm -4000 -type f 2>/dev/null
_
What does this find command do?
1
Lists files larger than 4000 bytes
2
Lists files with the SUID bit set — useful for privilege-escalation triage
3
Lists files with exactly mode 4000
4
Lists files modified in the last 4000 minutes