Published
- 1 min read
how to find files with SUID
The solution for this is noted below
how to find files with SUID
Solution
find / -perm -u=s -type f 2>/dev/null
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
find / -perm -u=s -type f 2>/dev/null
Try other methods by searching on the site. That is if this doesn’t work