Home
Browse
Search
Home
How do I find all SETUID root files on my server ?
find / -type f ( -perm -04000 -o -perm -02000 ) -exec ls -lg {} ;
Select rating
Give it 1/4
Give it 2/4
Give it 3/4
Give it 4/4
Your rating:
None
Cpanel
Linux