|
Lines 35-41
Link Here
|
| 35 |
find $mount -xdev -type f \ |
35 |
find $mount -xdev -type f \ |
| 36 |
\( -perm -u+x -or -perm -g+x -or -perm -o+x \) \ |
36 |
\( -perm -u+x -or -perm -g+x -or -perm -o+x \) \ |
| 37 |
\( -perm -u+s -or -perm -g+s \) -print0 |
37 |
\( -perm -u+s -or -perm -g+s \) -print0 |
| 38 |
done | xargs -0 -n 20 ls -lTd | sort +9 > ${TMP} |
38 |
done | xargs -0 -n 20 ls -liTd | sort +10 > ${TMP} |
| 39 |
|
39 |
|
| 40 |
if [ ! -f ${LOG}/setuid.today ]; then |
40 |
if [ ! -f ${LOG}/setuid.today ]; then |
| 41 |
separator |
41 |
separator |