Fix typo in find backups command

This commit is contained in:
fulsiram 2023-08-10 12:28:00 +02:00 committed by GitHub
parent 507d257f46
commit 6ebfe94973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1487,7 +1487,7 @@ ls -alhR /opt/lampp/htdocs/ 2>/dev/null
### **Backups**
```bash
find /var /etc /bin /sbin /home /usr/local/bin /usr/local/sbin /usr/bin /usr/games /usr/sbin /root /tmp -type f \( -name "*backup*" -o -name "*\.bak" -o -name "*\.bck" -o -name "*\.bk" \) 2>/dev/nulll
find /var /etc /bin /sbin /home /usr/local/bin /usr/local/sbin /usr/bin /usr/games /usr/sbin /root /tmp -type f \( -name "*backup*" -o -name "*\.bak" -o -name "*\.bck" -o -name "*\.bk" \) 2>/dev/null
```
### Known files containing passwords