#!/bin/sh
### CERT(*) Coordination Center: Intruder Detection Checklist
### Version 1.2 (October 3, 1997)
### ftp://info.cert.org/pub/tech_tips/intruder_detection_checklist

find / -user root -perm -4000 -print > root.suid
find / -group kmem -perm -2000 -print > kmem.suid
		