@@ -14,5 +14,10 @@ find ~ -type f -mmin -60 -exec cp {} /tmp/recent/ \;
```bash
find / -perm /4000 -exec md5sum {} \;
```
### Sauvegarder le résultat
mkdir ~root/md5
find / -perm /4000 -exec md5sum {} \; > ~root/md5/$(date "+%F")_suid.md5
The note is not visible to the blocked user.