find /etc -type f -name "net*"
find ~ -type f -mmin -60 -exec cp {} /tmp/recent/ \,
find / -perm /4000 -exec md5sum {} \;