typo dans solution
This commit is contained in:
@@ -17,7 +17,9 @@ find / -perm /4000 -exec md5sum {} \;
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Sauvegarder le résultat
|
### Sauvegarder le
|
||||||
|
|
||||||
|
```bash
|
||||||
mkdir ~root/md5
|
mkdir ~root/md5
|
||||||
find / -perm /4000 -exec md5sum {} \; > ~root/md5/$(date "+%F")_suid.md5
|
find / -perm /4000 -exec md5sum {} \; > ~root/md5/$(date "+%F")_suid.md5
|
||||||
|
```,
|
||||||
|
|||||||
Reference in New Issue
Block a user