|
Posted by Eric Lubow
|
Setuid and Setgid files have the potential to be very hazardous if they are accessible by the wrong users on the system. Therefore it is handy to be able to check with files fall into this category.
find /dir -xdev -type f -perm +ug=s -print
Only registered users can write comments. Please login or register. Powered by AkoComment! |